aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/variables.texi1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi
index a007a4d9cc3..cbb21ce78b4 100644
--- a/doc/lispref/variables.texi
+++ b/doc/lispref/variables.texi
@@ -466,7 +466,6 @@ the main benefits of defining the variable.) The documentation is
466stored in the symbol's @code{variable-documentation} property. The 466stored in the symbol's @code{variable-documentation} property. The
467Emacs help functions (@pxref{Documentation}) look for this property. 467Emacs help functions (@pxref{Documentation}) look for this property.
468 468
469
470If the documentation string begins with the character @samp{*}, Emacs 469If the documentation string begins with the character @samp{*}, Emacs
471allows users to set it interactively using the @code{set-variable} 470allows users to set it interactively using the @code{set-variable}
472command. However, you should nearly always use @code{defcustom} 471command. However, you should nearly always use @code{defcustom}