Mercurial > emacs
changeset 41821:ad017e26a4db
Doc fix.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 04 Dec 2001 21:24:17 +0000 |
parents | 18047a55e5c7 |
children | 50b6bc7ee607 |
files | lisp/custom.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/custom.el Tue Dec 04 20:36:13 2001 +0000 +++ b/lisp/custom.el Tue Dec 04 21:24:17 2001 +0000 @@ -177,7 +177,7 @@ VALUE should be a function used to initialize the variable. It takes two arguments, the symbol and value given in the `defcustom' call. The default is - `custom-initialize-reset.' + `custom-initialize-reset'. :set VALUE should be a function to set the value of the symbol. It takes two arguments, the symbol to set and the value to give it. The default choice of function is `custom-set-default'.