]> git.eshelyaron.com Git - emacs.git/commitdiff
(Shell Command Guessing): Default values are now available by typing M-n instead...
authorJuri Linkov <juri@jurta.org>
Mon, 22 Oct 2007 00:30:53 +0000 (00:30 +0000)
committerJuri Linkov <juri@jurta.org>
Mon, 22 Oct 2007 00:30:53 +0000 (00:30 +0000)
doc/misc/ChangeLog
doc/misc/dired-x.texi

index 03a3730eefb6d7aa168fae861328cdd870372259..6e024b19e77843dfa251905954828e2d249c08bd 100644 (file)
@@ -1,3 +1,8 @@
+2007-10-22  Juri Linkov  <juri@jurta.org>
+
+       * dired-x.texi (Shell Command Guessing): Default values are now
+       available by typing M-n instead of M-p.
+
 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
 
        * tramp.texi (Cleanup remote connections): New section.
index 0206bd20d86acc42ea8e19d224440e3c81a8e916..dfc9ee93922ff530c2ab516a6d676665d4d783f2 100644 (file)
@@ -656,11 +656,11 @@ on a file named @file{foo.tar} and you press @kbd{!}, Dired will guess
 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.