From: Lars Magne Ingebrigtsen Date: Sat, 2 Jul 2011 16:20:15 +0000 (+0200) Subject: Remove spurious newline introduced by last checkin. X-Git-Tag: emacs-pretest-24.0.90~104^2~152^2~236 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4051493f74a8f0f38bc52220d9fb34ec50d1aeeb;p=emacs.git Remove spurious newline introduced by last checkin. --- 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}