changeset 90750:f8cc067aba62

Fix doc.
author Vinicius Jose Latorre <viniciusjl@ig.com.br>
date Mon, 12 Feb 2007 02:58:27 +0000
parents 900f465c603a
children 52a7f3f50b89
files lisp/printing.el
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/printing.el	Mon Feb 12 02:16:00 2007 +0000
+++ b/lisp/printing.el	Mon Feb 12 02:58:27 2007 +0000
@@ -1210,7 +1210,7 @@
       (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 @@
       (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 @@
 
 		   (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 @@
 
 		   (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 @@
 
 		   (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 @@
 
 		   (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: