aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRichard M. Stallman2002-09-18 16:14:44 +0000
committerRichard M. Stallman2002-09-18 16:14:44 +0000
commit3116d142b86da9afd877fdbab7a0d18b144242bf (patch)
treeaeed404ed1549cf75a42a7b206bda41641e0a6c0 /etc
parentdea0ee201916a98df664cb25ecb393dfd1fe204c (diff)
downloademacs-3116d142b86da9afd877fdbab7a0d18b144242bf.tar.gz
emacs-3116d142b86da9afd877fdbab7a0d18b144242bf.zip
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index fcad0c06202..cae0997a4c4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -451,6 +451,7 @@ sense for the attribute. When an attribute is de-selected by unchecking
451its check-box, then the (now ignored, but still present temporarily in 451its check-box, then the (now ignored, but still present temporarily in
452case you re-select the attribute) value is hidden. 452case you re-select the attribute) value is hidden.
453 453
454+++
454** When you set or reset a variable's value in a Customize buffer, 455** When you set or reset a variable's value in a Customize buffer,
455the previous value becomes the "backup value" of the variable. 456the previous value becomes the "backup value" of the variable.
456You can go back to that backup value by selecting "Use Backup Value" 457You can go back to that backup value by selecting "Use Backup Value"
@@ -1067,6 +1068,10 @@ with Custom.
1067 1068
1068* Lisp Changes in Emacs 21.4 1069* Lisp Changes in Emacs 21.4
1069 1070
1071** When you are printing using print-continuous-numbering,
1072if no objects have had to be recorded in print-number-table,
1073all elements of print-number-table are nil.
1074
1070** When using non-toolkit scroll bars with the default width, 1075** When using non-toolkit scroll bars with the default width,
1071the scroll-bar-width frame parameter value is nil. 1076the scroll-bar-width frame parameter value is nil.
1072 1077