From: Richard M. Stallman Date: Mon, 14 Apr 1997 01:40:31 +0000 (+0000) Subject: Doc fixes. X-Git-Tag: emacs-20.1~2503 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=305ec1066500d79f491d832e4c7a36d13cf99e29;p=emacs.git Doc fixes. --- diff --git a/lisp/custom.el b/lisp/custom.el index 4e4cde95d9e..e4ac4e58aa4 100644 --- a/lisp/custom.el +++ b/lisp/custom.el @@ -88,7 +88,7 @@ The following KEYWORD's are defined: :group VALUE should be a customization group. Add SYMBOL to that group. -Read the section about customization in the emacs lisp manual for more +Read the section about customization in the Emacs Lisp manual for more information." `(eval-and-compile (custom-declare-variable (quote ,symbol) (quote ,value) ,doc ,@args))) @@ -138,7 +138,7 @@ match one of the ITEM. The following REQ are defined: `background' (what color is used for the background text) Should be one of `light' or `dark'. -Read the section about customization in the emacs lisp manual for more +Read the section about customization in the Emacs Lisp manual for more information." `(custom-declare-face (quote ,face) ,spec ,doc ,@args)) @@ -187,7 +187,7 @@ The following KEYWORD's are defined: :group VALUE should be a customization group. Add SYMBOL to that group. -Read the section about customization in the emacs lisp manual for more +Read the section about customization in the Emacs Lisp manual for more information." `(custom-declare-group (quote ,symbol) ,members ,doc ,@args))