diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-08-08 23:30:26 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-08-08 23:30:26 +0000 |
commit | ffe4b4e33c2f144f468c5941f90037138f9250c2 (patch) | |
tree | d393d03c3a82c6bb34e34b3ce8f95b36445a45ef /man/misc.texi | |
parent | 0cf729ce26747f2c14dd6551a6d1b37ec3244a00 (diff) | |
download | emacs-ffe4b4e33c2f144f468c5941f90037138f9250c2.tar.gz |
Minor cleanups.
Fix error, M-r => M-n.
Diffstat (limited to 'man/misc.texi')
-rw-r--r-- | man/misc.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/misc.texi b/man/misc.texi index 3acf10f928a..8a7f5222a3d 100644 --- a/man/misc.texi +++ b/man/misc.texi @@ -758,7 +758,7 @@ commands from the buffer. The history search commands @kbd{M-r} and @kbd{M-s} read a regular expression and search through the history for a matching command. Aside from the choice of which command to fetch, they work just like @kbd{M-p} -and @kbd{M-r}. If you enter an empty regexp, these commands reuse the +and @kbd{M-n}. If you enter an empty regexp, these commands reuse the same regexp used last time. When you find the previous input you want, you can resubmit it by @@ -2336,7 +2336,7 @@ userenced and properbose. Have fun. Your buggestions are welcome. @cindex tower of Hanoi If you are a little bit bored, you can try @kbd{M-x hanoi}. If you are -considerably bored, give it a numeric argument. If you are very very +considerably bored, give it a numeric argument. If you are very, very bored, try an argument of 9. Sit back and watch. @cindex Go Moku |