* doc/lispref/variables.texi (Variables with Restricted Values):
Change reference to variable.
+2011-12-23 Juanma Barranquero <lekktu@gmail.com>
+
+ * variables.texi (Variables with Restricted Values):
+ Change reference to variable (bug#10354).
+
2011-12-13 Martin Rudalics <rudalics@gmx.at>
* windows.texi (Splitting Windows): Use t instead of non-nil
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