# HG changeset patch # User Vinicius Jose Latorre # Date 1171249107 0 # Node ID f8cc067aba62e32c51271733efc034cd34c54b18 # Parent 900f465c603a91ec7c44193cb2fa95a69cb54e3b Fix doc. diff -r 900f465c603a -r f8cc067aba62 lisp/printing.el --- 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: