summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-04-14 01:40:31 +0000
committerRichard M. Stallman <rms@gnu.org>1997-04-14 01:40:31 +0000
commite29ddfc15f2d2a55c08c290f36a5ec2149c32cb5 (patch)
tree61100bff57a92f865fec3516ad96d40a2ec372d6 /lisp
parent9438eb17c5849f80f5209020fb2635804fdefce5 (diff)
downloademacs-e29ddfc15f2d2a55c08c290f36a5ec2149c32cb5.tar.gz
Doc fixes.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/custom.el6
1 files changed, 3 insertions, 3 deletions
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))