summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2010-03-21 18:13:26 -0400
committerChong Yidong <cyd@stupidchicken.com>2010-03-21 18:13:26 -0400
commit2173f6bc4670476d3c4d18b98bc6b16706a6ee1b (patch)
tree2deb7bce5e92cc66fc116d7f03b7c7a4e0d5d3bc /etc
parent0e7ffcb151731b889198946c36bdb4ef28806887 (diff)
downloademacs-2173f6bc4670476d3c4d18b98bc6b16706a6ee1b.tar.gz
* dired.texi (Dired Updating): Document dired-auto-revert-buffer.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 7416a199f5a..6abb3e347ca 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -222,9 +222,9 @@ exempt buffers that do correspond to files, customize the value of
`desktop-files-not-to-save' instead.
** Dired
-
-*** The new variable `dired-auto-revert-buffer' allows to revert
-dired buffers automatically on revisiting.
++++
+*** The new variable `dired-auto-revert-buffer', if non-nil, causes
+Dired buffers to be reverted automatically on revisiting them.
** DocView
@@ -544,7 +544,7 @@ affecting the buffer's modification state.
The feature `hashtable-print-readable' identifies this new
functionality.
-** New functions performing Unicode normalization are added:
+** New functions for performing Unicode normalization:
ucs-normalize-NFD-region, ucs-normalize-NFD-string,
ucs-normalize-NFC-region, ucs-normalize-NFC-string,
ucs-normalize-NFKD-region, ucs-normalize-NFKD-string,