emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r106724: Fix bug#10354.


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106724: Fix bug#10354.
Date: Fri, 23 Dec 2011 14:14:12 +0100
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106724
fixes bug(s): http://debbugs.gnu.org/10354
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Fri 2011-12-23 14:14:12 +0100
message:
  Fix bug#10354.
  
  * doc/lispref/variables.texi (Variables with Restricted Values):
    Change reference to variable.
modified:
  doc/lispref/ChangeLog
  doc/lispref/variables.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2011-12-13 13:37:48 +0000
+++ b/doc/lispref/ChangeLog     2011-12-23 13:14:12 +0000
@@ -1,3 +1,8 @@
+2011-12-23  Juanma Barranquero  <address@hidden>
+
+       * variables.texi (Variables with Restricted Values):
+       Change reference to variable (bug#10354).
+
 2011-12-13  Martin Rudalics  <address@hidden>
 
        * windows.texi (Splitting Windows): Use t instead of non-nil

=== modified file 'doc/lispref/variables.texi'
--- a/doc/lispref/variables.texi        2011-07-15 12:45:51 +0000
+++ b/doc/lispref/variables.texi        2011-12-23 13:14:12 +0000
@@ -1998,6 +1998,6 @@
 Attempting to assign them any other value will result in an error:
 
 @example
-(setq window-min-height 5.0)
address@hidden Wrong type argument: integerp, 5.0
+(setq undo-limit 1000.0)
address@hidden Wrong type argument: integerp, 1000.0
 @end example


reply via email to

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