aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Nicolaescu2007-07-26 02:03:46 +0000
committerDan Nicolaescu2007-07-26 02:03:46 +0000
commit212b26818b420bc2b52aaac5184daf7d8362313a (patch)
tree7c2b68dfa9489d8f665b806f1523f80c9e4c4f72
parent458cf788b792055cb8f40e5faaf1085c48fdf7c4 (diff)
downloademacs-212b26818b420bc2b52aaac5184daf7d8362313a.tar.gz
emacs-212b26818b420bc2b52aaac5184daf7d8362313a.zip
(Wdired): Mention C-x C-q key binding.
-rw-r--r--etc/NEWS1
-rw-r--r--man/ChangeLog4
-rw-r--r--man/dired.texi2
3 files changed, 6 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index da71e302ba5..4ec011c07c3 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -145,6 +145,7 @@ file copy is checked via the file's checksum.
145If `default-directory' is a remote file name, subprocesses are started 145If `default-directory' is a remote file name, subprocesses are started
146on the corresponding remote system. 146on the corresponding remote system.
147 147
148** C-x C-q in dired-mode now runs the command wdired-change-to-wdired-mode.
148 149
149* Changes in Emacs 23.1 on non-free operating systems 150* Changes in Emacs 23.1 on non-free operating systems
150 151
diff --git a/man/ChangeLog b/man/ChangeLog
index d15f21b0d6b..55da253ccd1 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,7 @@
12007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * dired.texi (Wdired): Mention C-x C-q key binding.
4
12007-07-24 Glenn Morris <rgm@gnu.org> 52007-07-24 Glenn Morris <rgm@gnu.org>
2 6
3 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work 7 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
diff --git a/man/dired.texi b/man/dired.texi
index 5088be21827..3dda3f588eb 100644
--- a/man/dired.texi
+++ b/man/dired.texi
@@ -1152,7 +1152,7 @@ and erases all flags and marks.
1152@findex wdired-change-to-wdired-mode 1152@findex wdired-change-to-wdired-mode
1153 Wdired is a special mode that allows you to perform file operations 1153 Wdired is a special mode that allows you to perform file operations
1154by editing the Dired buffer directly (the ``W'' in ``Wdired'' stands 1154by editing the Dired buffer directly (the ``W'' in ``Wdired'' stands
1155for ``writable.'') To enter Wdired mode, type @kbd{M-x 1155for ``writable.'') To enter Wdired mode, type @kbd{C-x C-q} or @kbd{M-x
1156wdired-change-to-wdired-mode} while in a Dired buffer. Alternatively, 1156wdired-change-to-wdired-mode} while in a Dired buffer. Alternatively,
1157use @samp{Edit File Names} in the @samp{Immediate} menu bar menu. 1157use @samp{Edit File Names} in the @samp{Immediate} menu bar menu.
1158 1158