diff options
author | Eli Zaretskii <eliz@gnu.org> | 2014-04-29 18:17:02 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2014-04-29 18:17:02 +0300 |
commit | 119bf2f4b11567f918c0ae3a052f63328b9dd36a (patch) | |
tree | 486835e19999eca2b4eaae1f345016c6f13f7971 /doc/emacs/misc.texi | |
parent | 4a25c1cb1e1be8fa3ceea455b7f442cfb507eb39 (diff) | |
download | emacs-119bf2f4b11567f918c0ae3a052f63328b9dd36a.tar.gz |
Few more doc fixes for bug #17362.
Diffstat (limited to 'doc/emacs/misc.texi')
-rw-r--r-- | doc/emacs/misc.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi index ce6f80618bd..a2813f8b197 100644 --- a/doc/emacs/misc.texi +++ b/doc/emacs/misc.texi @@ -932,13 +932,13 @@ resubmit them or copy them to the end. Or you can use a @findex comint-previous-input @kindex M-p @r{(Shell mode)} @item M-p -@itemx C-@key{up} +@itemx C-@key{UP} Fetch the next earlier old shell command. @kindex M-n @r{(Shell mode)} @findex comint-next-input @item M-n -@itemx C-@key{down} +@itemx C-@key{DOWN} Fetch the next later old shell command. @kindex M-r @r{(Shell mode)} @@ -975,7 +975,7 @@ buffer. Successive use of @kbd{M-p} fetches successively earlier shell commands, each replacing any text that was already present as potential shell input. @kbd{M-n} does likewise except that it finds successively more recent shell commands from the buffer. -@kbd{C-@key{up}} works like @kbd{M-p}, and @kbd{C-@key{down}} like +@kbd{C-@key{UP}} works like @kbd{M-p}, and @kbd{C-@key{DOWN}} like @kbd{M-n}. The history search command @kbd{M-r} begins an incremental regular |