From 9022ae07ee78e37adae69b7b55cabc926a7459f7 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 23 Dec 2011 14:14:12 +0100 Subject: [PATCH] Fix bug#10354. * doc/lispref/variables.texi (Variables with Restricted Values): Change reference to variable. --- doc/lispref/ChangeLog | 5 +++++ doc/lispref/variables.texi | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index a03521d449b..5b90c2a1f9f 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,8 @@ +2011-12-23 Juanma Barranquero + + * variables.texi (Variables with Restricted Values): + Change reference to variable (bug#10354). + 2011-12-13 Martin Rudalics * windows.texi (Splitting Windows): Use t instead of non-nil diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi index 091765043e3..62f5092497a 100644 --- a/doc/lispref/variables.texi +++ b/doc/lispref/variables.texi @@ -1998,6 +1998,6 @@ This variable holds a list of all variables of type @code{DEFVAR_BOOL}. Attempting to assign them any other value will result in an error: @example -(setq window-min-height 5.0) -@error{} Wrong type argument: integerp, 5.0 +(setq undo-limit 1000.0) +@error{} Wrong type argument: integerp, 1000.0 @end example -- 2.39.2