]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix doc.
authorVinicius Jose Latorre <viniciusjl@ig.com.br>
Mon, 12 Feb 2007 02:58:27 +0000 (02:58 +0000)
committerVinicius Jose Latorre <viniciusjl@ig.com.br>
Mon, 12 Feb 2007 02:58:27 +0000 (02:58 +0000)
lisp/printing.el

index e1a2fa4311e4d3f2974edda3d730702cf7b2e892..bb729c73c78c7ed91197951bb32525b601643c97 100644 (file)
@@ -1210,7 +1210,7 @@ If SUFFIX is non-nil, add that at the end of the file name."
       (pr-menu-alist pr-ps-utility-alist
                     'pr-ps-utility
                     'pr-menu-set-utility-title
-                    '("Printing" "PostScript Print"   "File")
+                    '("Printing" "PostScript Print" "File")
                     'save-var
                     force
                     pr-ps-utility-old
@@ -1445,7 +1445,7 @@ If SUFFIX is non-nil, add that at the end of the file name."
       (pr-menu-alist pr-ps-utility-alist
                     'pr-ps-utility
                     'pr-menu-set-utility-title
-                    '("PostScript Print"   "File" "PostScript Utility")
+                    '("PostScript Print" "File" "PostScript Utility")
                     'save-var
                     force
                     "PostScript Utility"
@@ -2002,7 +2002,7 @@ DEFAULT           It's a way to set default values when this entry is selected.
 
                   (VARIABLE . VALUE)
 
-               That associates VARIABLE with VALUE.  when this entry is
+               Which associates VARIABLE with VALUE.  When this entry is
                selected, it's executed the following command:
 
                   (set VARIABLE (eval VALUE))
@@ -2557,7 +2557,7 @@ DEFAULT           It's a way to set default values when this entry is selected.
 
                   (VARIABLE-SYM . VALUE)
 
-               That associates VARIABLE-SYM with VALUE.  when this entry is
+               Which associates VARIABLE-SYM with VALUE.  When this entry is
                selected, it's executed the following command:
 
                   (set (make-local-variable VARIABLE-SYM) (eval VALUE))
@@ -2737,7 +2737,7 @@ DEFAULT           It's a way to set default values when this entry is selected.
 
                   (VARIABLE . VALUE)
 
-               That associates VARIABLE with VALUE.  when this entry is
+               Which associates VARIABLE with VALUE.  When this entry is
                selected, it's executed the following command:
 
                   (set VARIABLE (eval VALUE))
@@ -2946,7 +2946,7 @@ SETTING           It's a cons like:
 
                   (VARIABLE . VALUE)
 
-               That associates VARIABLE with VALUE.  when this entry is
+               Which associates VARIABLE with VALUE.  When this entry is
                selected, it's executed the following command:
 
                  * If LOCAL is non-nil: