]> git.eshelyaron.com Git - emacs.git/commitdiff
* variables.texi (Defining Variables): Add an index entry for
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sat, 2 Jul 2011 15:32:03 +0000 (17:32 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sat, 2 Jul 2011 15:32:03 +0000 (17:32 +0200)
`set-variable' (bug#7262).

doc/lispref/ChangeLog
doc/lispref/variables.texi

index 7470df8dbe7158d3b6b52fe71ae6d296b80c46d2..2d86cc2c1ecd5623ca356e64995fe8b7d2778a0b 100644 (file)
@@ -1,5 +1,8 @@
 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * variables.texi (Defining Variables): Add an index entry for
+       `set-variable' (bug#7262).
+
        * frames.texi (Basic Parameters): Document the `explicit-name'
        parameter (bug#6951).
 
index 08712466b5cadfa4375cda4a7c0b07199c989194..a007a4d9cc36ebba21cdea6e260e8d5f86fcdc3f 100644 (file)
@@ -466,6 +466,7 @@ 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}
@@ -584,6 +585,7 @@ is a user option.  Aliases of user options are also user options.
 @end defun
 
 @kindex variable-interactive
+@kindex set-variable
   If a user option variable has a @code{variable-interactive} property,
 the @code{set-variable} command uses that value to control reading the
 new value for the variable.  The property's value is used as if it were