diff options
Diffstat (limited to 'doc/lispref/customize.texi')
| -rw-r--r-- | doc/lispref/customize.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/lispref/customize.texi b/doc/lispref/customize.texi index 02fcd80fa33..b3528b12d57 100644 --- a/doc/lispref/customize.texi +++ b/doc/lispref/customize.texi | |||
| @@ -321,6 +321,7 @@ If a @code{defcustom} does not specify any @code{:group}, the last group | |||
| 321 | defined with @code{defgroup} in the same file will be used. This way, most | 321 | defined with @code{defgroup} in the same file will be used. This way, most |
| 322 | @code{defcustom} do not need an explicit @code{:group}. | 322 | @code{defcustom} do not need an explicit @code{:group}. |
| 323 | 323 | ||
| 324 | @cindex @code{eval-defun}, and @code{defcustom} forms | ||
| 324 | When you evaluate a @code{defcustom} form with @kbd{C-M-x} in Emacs Lisp | 325 | When you evaluate a @code{defcustom} form with @kbd{C-M-x} in Emacs Lisp |
| 325 | mode (@code{eval-defun}), a special feature of @code{eval-defun} | 326 | mode (@code{eval-defun}), a special feature of @code{eval-defun} |
| 326 | arranges to set the variable unconditionally, without testing whether | 327 | arranges to set the variable unconditionally, without testing whether |