aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Jose Latorre2007-05-16 17:26:33 +0000
committerVinicius Jose Latorre2007-05-16 17:26:33 +0000
commitde7cdb2a8cd2890b5159d00aa3e6d8773e8337e4 (patch)
tree13f0645f02cfe17cc3443a2384f1bc2f737aba4a
parent4ace64cc90e38c77c11546fead24782a60eb1d4d (diff)
downloademacs-de7cdb2a8cd2890b5159d00aa3e6d8773e8337e4.tar.gz
emacs-de7cdb2a8cd2890b5159d00aa3e6d8773e8337e4.zip
Fix typos in docstring.
-rw-r--r--lisp/ChangeLog.unicode4
-rw-r--r--lisp/printing.el16
2 files changed, 12 insertions, 8 deletions
diff --git a/lisp/ChangeLog.unicode b/lisp/ChangeLog.unicode
index 88bc519abdd..7c8ab402884 100644
--- a/lisp/ChangeLog.unicode
+++ b/lisp/ChangeLog.unicode
@@ -1,3 +1,7 @@
12007-05-16 Juanma Barranquero <lekktu@gmail.com>
2
3 * printing.el (pr-ps-fast-fire): Fix typos in docstring.
4
12007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br> 52007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2 6
3 * ps-print.el: Use default color when foreground or background color 7 * ps-print.el: Use default color when foreground or background color
diff --git a/lisp/printing.el b/lisp/printing.el
index bb729c73c78..4830fd0c5fd 100644
--- a/lisp/printing.el
+++ b/lisp/printing.el
@@ -1284,7 +1284,7 @@ If SUFFIX is non-nil, add that at the end of the file name."
1284 (pr-menu-lock 'postscript-options 8 12 'toggle nil))) 1284 (pr-menu-lock 'postscript-options 8 12 'toggle nil)))
1285 1285
1286 ) 1286 )
1287 (t ; emacs 1287 (t ; GNU Emacs
1288 ;; Do nothing 1288 ;; Do nothing
1289 )) ; end cond featurep 1289 )) ; end cond featurep
1290 1290
@@ -1292,7 +1292,7 @@ If SUFFIX is non-nil, add that at the end of the file name."
1292 1292
1293;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 1293;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1294;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 1294;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1295;; Emacs Definitions 1295;; GNU Emacs Definitions
1296 1296
1297 1297
1298(cond 1298(cond
@@ -1332,7 +1332,7 @@ If SUFFIX is non-nil, add that at the end of the file name."
1332 ;; third... time, but "print" item exists only in the first load. 1332 ;; third... time, but "print" item exists only in the first load.
1333 (eval-and-compile 1333 (eval-and-compile
1334 (cond 1334 (cond
1335 ;; Emacs 20 1335 ;; GNU Emacs 20
1336 ((< emacs-major-version 21) 1336 ((< emacs-major-version 21)
1337 (defun pr-global-menubar (pr-menu-spec) 1337 (defun pr-global-menubar (pr-menu-spec)
1338 (easy-menu-change '("tools") "Printing" pr-menu-spec pr-menu-print-item) 1338 (easy-menu-change '("tools") "Printing" pr-menu-spec pr-menu-print-item)
@@ -1342,12 +1342,12 @@ If SUFFIX is non-nil, add that at the end of the file name."
1342 pr-menu-bar (vector 'menu-bar 'tools 1342 pr-menu-bar (vector 'menu-bar 'tools
1343 (pr-get-symbol "Printing"))))) 1343 (pr-get-symbol "Printing")))))
1344 ) 1344 )
1345 ;; Emacs 21 & 22 1345 ;; GNU Emacs 21 & 22
1346 (t 1346 (t
1347 (defun pr-global-menubar (pr-menu-spec) 1347 (defun pr-global-menubar (pr-menu-spec)
1348 (let ((menu-file (if (= emacs-major-version 21) 1348 (let ((menu-file (if (= emacs-major-version 21)
1349 '("menu-bar" "files") ; Emacs 21 1349 '("menu-bar" "files") ; GNU Emacs 21
1350 '("menu-bar" "file")))) ; Emacs 22 or higher 1350 '("menu-bar" "file")))) ; GNU Emacs 22 or higher
1351 (cond 1351 (cond
1352 (pr-menu-print-item 1352 (pr-menu-print-item
1353 (easy-menu-add-item global-map menu-file 1353 (easy-menu-add-item global-map menu-file
@@ -4741,7 +4741,7 @@ Interactively, you have the following situations:
4741 C-u 2 M-x pr-ps-fast-fire RET 4741 C-u 2 M-x pr-ps-fast-fire RET
4742 The command prompts the user for a N-UP value, then for a current 4742 The command prompts the user for a N-UP value, then for a current
4743 PostScript printer and, finally, for a file name. Then change the active 4743 PostScript printer and, finally, for a file name. Then change the active
4744 printer to that choosen by user and saves the PostScript image in 4744 printer to that chosen by user and saves the PostScript image in
4745 that file instead of sending it to the printer. 4745 that file instead of sending it to the printer.
4746 4746
4747 4747
@@ -4760,7 +4760,7 @@ zero and the argument SELECT is treated as follows:
4760 4760
4761 If it's an integer greater or equal to 2, the command prompts the user for a 4761 If it's an integer greater or equal to 2, the command prompts the user for a
4762 current PostScript printer and for a file name. Then change the active 4762 current PostScript printer and for a file name. Then change the active
4763 printer to that choosen by user and saves the PostScript image in that file 4763 printer to that chosen by user and saves the PostScript image in that file
4764 instead of sending it to the printer. 4764 instead of sending it to the printer.
4765 4765
4766 If it's a symbol which it's defined in `pr-ps-printer-alist', it's the new 4766 If it's a symbol which it's defined in `pr-ps-printer-alist', it's the new