summaryrefslogtreecommitdiff
path: root/doc/lispref/customize.texi
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2018-07-07 11:37:43 +0300
committerEli Zaretskii <eliz@gnu.org>2018-07-07 11:37:43 +0300
commitfdd7e7d8a80f41336f048174d6d1929fb46d00a8 (patch)
tree683b3ea260527da6e1201863f361452f9c820fc3 /doc/lispref/customize.texi
parent10af9890240d45048cf4553aa731acdb32f7251a (diff)
downloademacs-fdd7e7d8a80f41336f048174d6d1929fb46d00a8.tar.gz
Improve indexing of 'eval-defun' in ELisp manual
* doc/lispref/display.texi (Defining Faces): * doc/lispref/debugging.texi (Explicit Debug): * doc/lispref/customize.texi (Variable Definitions): * doc/lispref/variables.texi (Defining Variables): Add index entries for 'eval-defun'. (Bug#32066)
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
defined with @code{defgroup} in the same file will be used. This way, most
@code{defcustom} do not need an explicit @code{:group}.
+@cindex @code{eval-defun}, and @code{defcustom} forms
When you evaluate a @code{defcustom} form with @kbd{C-M-x} in Emacs Lisp
mode (@code{eval-defun}), a special feature of @code{eval-defun}
arranges to set the variable unconditionally, without testing whether