# HG changeset patch # User Richard M. Stallman # Date 860982031 0 # Node ID eb87aef64274117ce8f8f3c413bd31deaace6473 # Parent 41a10d128e3bbbc70d0f69c34eeb56c11799499b Doc fixes. diff -r 41a10d128e3b -r eb87aef64274 lisp/custom.el --- a/lisp/custom.el Sun Apr 13 23:43:42 1997 +0000 +++ b/lisp/custom.el Mon Apr 14 01:40:31 1997 +0000 @@ -88,7 +88,7 @@ :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 @@ `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 @@ :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))