diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/variables.texi | 1 |
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 | |||
| 466 | stored in the symbol's @code{variable-documentation} property. The | 466 | stored in the symbol's @code{variable-documentation} property. The |
| 467 | Emacs help functions (@pxref{Documentation}) look for this property. | 467 | Emacs help functions (@pxref{Documentation}) look for this property. |
| 468 | 468 | ||
| 469 | |||
| 470 | If the documentation string begins with the character @samp{*}, Emacs | 469 | If the documentation string begins with the character @samp{*}, Emacs |
| 471 | allows users to set it interactively using the @code{set-variable} | 470 | allows users to set it interactively using the @code{set-variable} |
| 472 | command. However, you should nearly always use @code{defcustom} | 471 | command. However, you should nearly always use @code{defcustom} |