diff options
author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2011-07-02 18:20:15 +0200 |
---|---|---|
committer | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2011-07-02 18:20:15 +0200 |
commit | 4051493f74a8f0f38bc52220d9fb34ec50d1aeeb (patch) | |
tree | 719b7965caf1b39ae344842a8c4c8f009477e788 /doc/lispref/variables.texi | |
parent | 69bb1ef7dfee275de3aacffc3600546213f9e96c (diff) | |
download | emacs-4051493f74a8f0f38bc52220d9fb34ec50d1aeeb.tar.gz |
Remove spurious newline introduced by last checkin.
Diffstat (limited to 'doc/lispref/variables.texi')
-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 stored in the symbol's @code{variable-documentation} property. The Emacs help functions (@pxref{Documentation}) look for this property. - If the documentation string begins with the character @samp{*}, Emacs allows users to set it interactively using the @code{set-variable} command. However, you should nearly always use @code{defcustom} |