diff options
| author | Glenn Morris | 2011-02-18 20:06:40 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-02-18 20:06:40 -0800 |
| commit | 8c62c205ff72c7d964ff574dc6f84f1b825ed263 (patch) | |
| tree | 0b270d04d4414ca49225602d0808ff73df2645ae | |
| parent | ec2027bfa34a72d3b2127341ded9059176191963 (diff) | |
| download | emacs-8c62c205ff72c7d964ff574dc6f84f1b825ed263.tar.gz emacs-8c62c205ff72c7d964ff574dc6f84f1b825ed263.zip | |
* doc/emacs/dired.texi (Dired): Dired-X version number was dropped.
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/dired.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index b89f9226c3b..9f45fa31cc2 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-02-19 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * dired.texi (Dired): Dired-X version number was dropped. | ||
| 4 | |||
| 1 | 2011-02-05 Chong Yidong <cyd@stupidchicken.com> | 5 | 2011-02-05 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * rmail.texi (Rmail Display): Document Rmail MIME support more | 7 | * rmail.texi (Rmail Display): Document Rmail MIME support more |
diff --git a/doc/emacs/dired.texi b/doc/emacs/dired.texi index 3d33006dcac..0b3cd7aac0e 100644 --- a/doc/emacs/dired.texi +++ b/doc/emacs/dired.texi | |||
| @@ -24,7 +24,7 @@ files. You first mark certain files in order to operate on all of | |||
| 24 | them with one command. | 24 | them with one command. |
| 25 | 25 | ||
| 26 | The Dired-X package provides various extra features for Dired mode. | 26 | The Dired-X package provides various extra features for Dired mode. |
| 27 | @xref{Top, Dired-X,,dired-x, Dired Extra Version 2 User's Manual}. | 27 | @xref{Top, Dired-X,,dired-x, Dired Extra User's Manual}. |
| 28 | 28 | ||
| 29 | You can also view a list of files in a directory with @kbd{C-x C-d} | 29 | You can also view a list of files in a directory with @kbd{C-x C-d} |
| 30 | (@code{list-directory}). Unlike Dired, this command does not allow | 30 | (@code{list-directory}). Unlike Dired, this command does not allow |