aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/custom.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/custom.el b/lisp/custom.el
index 2e42ea73c14..26bdaae2c23 100644
--- a/lisp/custom.el
+++ b/lisp/custom.el
@@ -339,7 +339,7 @@ _outside_ any bindings for these variables. (`defvar' and
339This macro calls `custom-declare-variable'. If you want to 339This macro calls `custom-declare-variable'. If you want to
340programmatically alter a customizable variable (for instance, to 340programmatically alter a customizable variable (for instance, to
341write a package that extends the syntax of a variable), you can 341write a package that extends the syntax of a variable), you can
342call that functcion directly. 342call that function directly.
343 343
344See Info node `(elisp) Customization' in the Emacs Lisp manual 344See Info node `(elisp) Customization' in the Emacs Lisp manual
345for more information." 345for more information."