emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104877: * variables.texi (Defining V


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104877: * variables.texi (Defining Variables): Add an index entry for
Date: Sat, 02 Jul 2011 17:32:03 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104877
fixes bug(s): http://debbugs.gnu.org/7262
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Sat 2011-07-02 17:32:03 +0200
message:
  * variables.texi (Defining Variables): Add an index entry for
  `set-variable' (bug#7262).
modified:
  doc/lispref/ChangeLog
  doc/lispref/variables.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2011-07-02 14:14:57 +0000
+++ b/doc/lispref/ChangeLog     2011-07-02 15:32:03 +0000
@@ -1,5 +1,8 @@
 2011-07-02  Lars Magne Ingebrigtsen  <address@hidden>
 
+       * variables.texi (Defining Variables): Add an index entry for
+       `set-variable' (bug#7262).
+
        * frames.texi (Basic Parameters): Document the `explicit-name'
        parameter (bug#6951).
 

=== modified file 'doc/lispref/variables.texi'
--- a/doc/lispref/variables.texi        2011-05-26 16:20:21 +0000
+++ b/doc/lispref/variables.texi        2011-07-02 15:32:03 +0000
@@ -466,6 +466,7 @@
 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 @@
 @end defun
 
 @kindex variable-interactive
address@hidden 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]