Mercurial > hg > xemacs-beta
comparison lisp/dialog.el @ 629:a6c89d799f00
[xemacs-hg @ 2001-07-15 08:18:59 by adrian]
[PATCH] xemacs-21.5: typo fixes of of this this nature for lisp/ <8zhqhahu.fsf@ecf.teradyne.com>
author | adrian |
---|---|
date | Sun, 15 Jul 2001 08:18:59 +0000 |
parents | 5bdbc721d46a |
children | 685b588e92d8 |
comparison
equal
deleted
inserted
replaced
628:e545f3ec2337 | 629:a6c89d799f00 |
---|---|
288 The function brings up the Print dialog, where the user can | 288 The function brings up the Print dialog, where the user can |
289 select a different printer and/or change printer options. Connection | 289 select a different printer and/or change printer options. Connection |
290 name can change as a result of selecting a different printer device. If | 290 name can change as a result of selecting a different printer device. If |
291 a device is specified, then changes are stored into the settings object | 291 a device is specified, then changes are stored into the settings object |
292 currently selected into that printer. If a settings object is supplied, | 292 currently selected into that printer. If a settings object is supplied, |
293 then changes are recorded into it, and, it it is selected into a | 293 then changes are recorded into it, and, it is selected into a |
294 printer, then changes are propagated to that printer | 294 printer, then changes are propagated to that printer |
295 too. | 295 too. |
296 | 296 |
297 Return value is nil if the user has canceled the dialog. Otherwise, it | 297 Return value is nil if the user has canceled the dialog. Otherwise, it |
298 is a new plist, with the following properties: | 298 is a new plist, with the following properties: |
336 The function brings up the Page Setup dialog, where the user | 336 The function brings up the Page Setup dialog, where the user |
337 can select a different printer and/or change printer options. | 337 can select a different printer and/or change printer options. |
338 Connection name can change as a result of selecting a different printer | 338 Connection name can change as a result of selecting a different printer |
339 device. If a device is specified, then changes are stored into the | 339 device. If a device is specified, then changes are stored into the |
340 settings object currently selected into that printer. If a settings | 340 settings object currently selected into that printer. If a settings |
341 object is supplied, then changes are recorded into it, and, it it is | 341 object is supplied, then changes are recorded into it, and, it is |
342 selected into a printer, then changes are propagated to that printer | 342 selected into a printer, then changes are propagated to that printer |
343 too. | 343 too. |
344 | 344 |
345 :properties specifies a plist of job properties; | 345 :properties specifies a plist of job properties; |
346 see `default-msprinter-frame-plist' for the complete list. The plist | 346 see `default-msprinter-frame-plist' for the complete list. The plist |