# HG changeset patch # User Juri Linkov # Date 1193013037 0 # Node ID 805eeef0d7f2be540e2e5705ecd89ff35feb4d03 # Parent c84af246eeca3fcbf8e8c4d44378dd84233602fe (Shell Command Guessing): Default values are now available by typing M-n instead of M-p. diff -r c84af246eeca -r 805eeef0d7f2 doc/misc/dired-x.texi --- a/doc/misc/dired-x.texi Mon Oct 22 00:30:11 2007 +0000 +++ b/doc/misc/dired-x.texi Mon Oct 22 00:30:37 2007 +0000 @@ -656,11 +656,11 @@ you want to @samp{tar xvf} it and suggest that as the default shell command. -The default is mentioned in brackets and you can type @kbd{M-p} to get +The default is mentioned in brackets and you can type @kbd{M-n} to get the default into the minibuffer and then edit it, e.g., to change @samp{tar xvf} to @samp{tar tvf}. If there are several commands for a given file, e.g., @samp{xtex} and @samp{dvips} for a @file{.dvi} file, you can type -@kbd{M-p} several times to see each of the matching commands. +@kbd{M-n} several times to see each of the matching commands. Dired only tries to guess a command for a single file, never for a list of marked files.