diff options
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/misc/dired-x.texi | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 03a3730eefb..6e024b19e77 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2007-10-22 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * dired-x.texi (Shell Command Guessing): Default values are now | ||
| 4 | available by typing M-n instead of M-p. | ||
| 5 | |||
| 1 | 2007-10-21 Michael Albinus <michael.albinus@gmx.de> | 6 | 2007-10-21 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 7 | ||
| 3 | * tramp.texi (Cleanup remote connections): New section. | 8 | * tramp.texi (Cleanup remote connections): New section. |
diff --git a/doc/misc/dired-x.texi b/doc/misc/dired-x.texi index 0206bd20d86..dfc9ee93922 100644 --- a/doc/misc/dired-x.texi +++ b/doc/misc/dired-x.texi | |||
| @@ -656,11 +656,11 @@ on a file named @file{foo.tar} and you press @kbd{!}, Dired will guess | |||
| 656 | you want to @samp{tar xvf} it and suggest that as the default shell | 656 | you want to @samp{tar xvf} it and suggest that as the default shell |
| 657 | command. | 657 | command. |
| 658 | 658 | ||
| 659 | The default is mentioned in brackets and you can type @kbd{M-p} to get | 659 | The default is mentioned in brackets and you can type @kbd{M-n} to get |
| 660 | the default into the minibuffer and then edit it, e.g., to change | 660 | the default into the minibuffer and then edit it, e.g., to change |
| 661 | @samp{tar xvf} to @samp{tar tvf}. If there are several commands for a given | 661 | @samp{tar xvf} to @samp{tar tvf}. If there are several commands for a given |
| 662 | file, e.g., @samp{xtex} and @samp{dvips} for a @file{.dvi} file, you can type | 662 | file, e.g., @samp{xtex} and @samp{dvips} for a @file{.dvi} file, you can type |
| 663 | @kbd{M-p} several times to see each of the matching commands. | 663 | @kbd{M-n} several times to see each of the matching commands. |
| 664 | 664 | ||
| 665 | Dired only tries to guess a command for a single file, never for a list | 665 | Dired only tries to guess a command for a single file, never for a list |
| 666 | of marked files. | 666 | of marked files. |