diff options
| author | Lars Magne Ingebrigtsen | 2011-07-02 18:20:15 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2011-07-02 18:20:15 +0200 |
| commit | 4051493f74a8f0f38bc52220d9fb34ec50d1aeeb (patch) | |
| tree | 719b7965caf1b39ae344842a8c4c8f009477e788 | |
| parent | 69bb1ef7dfee275de3aacffc3600546213f9e96c (diff) | |
| download | emacs-4051493f74a8f0f38bc52220d9fb34ec50d1aeeb.tar.gz emacs-4051493f74a8f0f38bc52220d9fb34ec50d1aeeb.zip | |
Remove spurious newline introduced by last checkin.
| -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} |