[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99662: * dired.texi (Dired Updati
From: |
Chong Yidong |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99662: * dired.texi (Dired Updating): Document dired-auto-revert-buffer. |
Date: |
Sun, 21 Mar 2010 18:13:26 -0400 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 99662
committer: Chong Yidong <address@hidden>
branch nick: emacs-23
timestamp: Sun 2010-03-21 18:13:26 -0400
message:
* dired.texi (Dired Updating): Document dired-auto-revert-buffer.
modified:
doc/emacs/ChangeLog
doc/emacs/dired.texi
etc/NEWS
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog 2010-03-21 18:32:19 +0000
+++ b/doc/emacs/ChangeLog 2010-03-21 22:13:26 +0000
@@ -1,5 +1,7 @@
2010-03-21 Chong Yidong <address@hidden>
+ * dired.texi (Dired Updating): Document dired-auto-revert-buffer.
+
* search.texi (Other Repeating Search): Document multi-isearch-buffers
and multi-isearch-buffers-regexp.
=== modified file 'doc/emacs/dired.texi'
--- a/doc/emacs/dired.texi 2010-01-13 08:35:10 +0000
+++ b/doc/emacs/dired.texi 2010-03-21 22:13:26 +0000
@@ -1099,6 +1099,15 @@
If you use @kbd{l} on a subdirectory header line, it updates the
contents of the corresponding subdirectory.
address@hidden dired-auto-revert-buffer
+ If you use @kbd{C-x d} or some other Dired command to visit a
+directory that is already being shown in a Dired buffer, Dired
+switches to that buffer but does not update it. If the buffer is not
+up-to-date, Dired displays a warning telling you to type @key{g} to
+update it. You can also tell Emacs to revert each Dired buffer
+automatically when you revisit it, by setting the variable
address@hidden to a address@hidden value.
+
@kindex k @r{(Dired)}
@findex dired-do-kill-lines
To delete the specified @emph{file lines} from the buffer---not
=== modified file 'etc/NEWS'
--- a/etc/NEWS 2010-03-21 18:32:19 +0000
+++ b/etc/NEWS 2010-03-21 22:13:26 +0000
@@ -222,9 +222,9 @@
`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 @@
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,
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/emacs-23 r99662: * dired.texi (Dired Updating): Document dired-auto-revert-buffer.,
Chong Yidong <=