aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2010-03-21 18:13:26 -0400
committerChong Yidong <[email protected]>2010-03-21 18:13:26 -0400
commit4102856c09db692ac87c8214618134826c02fd51 (patch)
treec5a298af76358dd5751f29cdd077f50802400fc5 /etc
parent15cf2f5273a0bf08e64c385771420e921b624941 (diff)
* 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 7416a199f5..6abb3e347c 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,