diff options
| -rw-r--r-- | man/ChangeLog | 5 | ||||
| -rw-r--r-- | man/dired.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 1e5a9d23e89..df2d8536e0b 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,8 @@ +2006-08-08 Romain Francoise <romain@orebokech.com> + + * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen + <arjuropo@cc.jyu.fi>. + 2006-08-05 Romain Francoise <romain@orebokech.com> * faq.texi (New in Emacs 22): Expand. diff --git a/man/dired.texi b/man/dired.texi index 3bb32c1ac74..0281c6b0107 100644 --- a/man/dired.texi +++ b/man/dired.texi @@ -325,7 +325,7 @@ for @file{..} and typing @kbd{f} there. Instead of flagging a file with @samp{D}, you can @dfn{mark} the file with some other character (usually @samp{*}). Most Dired commands to operate on files use the files marked with @samp{*}. The -only command that operates on flagged flies is @kbd{x}, which expunges +only command that operates on flagged files is @kbd{x}, which expunges them. Here are some commands for marking with @samp{*}, for unmarking, and |
