: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)))
`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))
: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))