aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/customize.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/lispref/customize.texi')
-rw-r--r--doc/lispref/customize.texi1
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
321defined with @code{defgroup} in the same file will be used. This way, most 321defined 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
324When you evaluate a @code{defcustom} form with @kbd{C-M-x} in Emacs Lisp 325When you evaluate a @code{defcustom} form with @kbd{C-M-x} in Emacs Lisp
325mode (@code{eval-defun}), a special feature of @code{eval-defun} 326mode (@code{eval-defun}), a special feature of @code{eval-defun}
326arranges to set the variable unconditionally, without testing whether 327arranges to set the variable unconditionally, without testing whether