diff options
| author | Dan Nicolaescu | 2007-07-26 02:03:46 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2007-07-26 02:03:46 +0000 |
| commit | 212b26818b420bc2b52aaac5184daf7d8362313a (patch) | |
| tree | 7c2b68dfa9489d8f665b806f1523f80c9e4c4f72 | |
| parent | 458cf788b792055cb8f40e5faaf1085c48fdf7c4 (diff) | |
| download | emacs-212b26818b420bc2b52aaac5184daf7d8362313a.tar.gz emacs-212b26818b420bc2b52aaac5184daf7d8362313a.zip | |
(Wdired): Mention C-x C-q key binding.
| -rw-r--r-- | etc/NEWS | 1 | ||||
| -rw-r--r-- | man/ChangeLog | 4 | ||||
| -rw-r--r-- | man/dired.texi | 2 |
3 files changed, 6 insertions, 1 deletions
| @@ -145,6 +145,7 @@ file copy is checked via the file's checksum. | |||
| 145 | If `default-directory' is a remote file name, subprocesses are started | 145 | If `default-directory' is a remote file name, subprocesses are started |
| 146 | on the corresponding remote system. | 146 | on 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 @@ | |||
| 1 | 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * dired.texi (Wdired): Mention C-x C-q key binding. | ||
| 4 | |||
| 1 | 2007-07-24 Glenn Morris <rgm@gnu.org> | 5 | 2007-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 |
| 1154 | by editing the Dired buffer directly (the ``W'' in ``Wdired'' stands | 1154 | by editing the Dired buffer directly (the ``W'' in ``Wdired'' stands |
| 1155 | for ``writable.'') To enter Wdired mode, type @kbd{M-x | 1155 | for ``writable.'') To enter Wdired mode, type @kbd{C-x C-q} or @kbd{M-x |
| 1156 | wdired-change-to-wdired-mode} while in a Dired buffer. Alternatively, | 1156 | wdired-change-to-wdired-mode} while in a Dired buffer. Alternatively, |
| 1157 | use @samp{Edit File Names} in the @samp{Immediate} menu bar menu. | 1157 | use @samp{Edit File Names} in the @samp{Immediate} menu bar menu. |
| 1158 | 1158 | ||