# HG changeset patch # User Vinicius Jose Latorre # Date 1179336393 0 # Node ID acdcec9a444ab26b8d14a9270eb1fce89170450a # Parent 40ee36df92d8926a4a908a5ba9be2c222854fdd1 Fix typos in docstring. diff -r 40ee36df92d8 -r acdcec9a444a lisp/printing.el --- a/lisp/printing.el Wed May 16 17:23:34 2007 +0000 +++ b/lisp/printing.el Wed May 16 17:26:33 2007 +0000 @@ -1284,7 +1284,7 @@ (pr-menu-lock 'postscript-options 8 12 'toggle nil))) ) - (t ; emacs + (t ; GNU Emacs ;; Do nothing )) ; end cond featurep @@ -1292,7 +1292,7 @@ ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; Emacs Definitions +;; GNU Emacs Definitions (cond @@ -1332,7 +1332,7 @@ ;; third... time, but "print" item exists only in the first load. (eval-and-compile (cond - ;; Emacs 20 + ;; GNU Emacs 20 ((< emacs-major-version 21) (defun pr-global-menubar (pr-menu-spec) (easy-menu-change '("tools") "Printing" pr-menu-spec pr-menu-print-item) @@ -1342,12 +1342,12 @@ pr-menu-bar (vector 'menu-bar 'tools (pr-get-symbol "Printing"))))) ) - ;; Emacs 21 & 22 + ;; GNU Emacs 21 & 22 (t (defun pr-global-menubar (pr-menu-spec) (let ((menu-file (if (= emacs-major-version 21) - '("menu-bar" "files") ; Emacs 21 - '("menu-bar" "file")))) ; Emacs 22 or higher + '("menu-bar" "files") ; GNU Emacs 21 + '("menu-bar" "file")))) ; GNU Emacs 22 or higher (cond (pr-menu-print-item (easy-menu-add-item global-map menu-file @@ -4741,7 +4741,7 @@ C-u 2 M-x pr-ps-fast-fire RET The command prompts the user for a N-UP value, then for a current PostScript printer and, finally, for a file name. Then change the active - printer to that choosen by user and saves the PostScript image in + printer to that chosen by user and saves the PostScript image in that file instead of sending it to the printer. @@ -4760,7 +4760,7 @@ If it's an integer greater or equal to 2, the command prompts the user for a current PostScript printer and for a file name. Then change the active - printer to that choosen by user and saves the PostScript image in that file + printer to that chosen by user and saves the PostScript image in that file instead of sending it to the printer. If it's a symbol which it's defined in `pr-ps-printer-alist', it's the new