summaryrefslogtreecommitdiff
path: root/doc/emacs/mini.texi
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2016-11-07 18:47:39 +0200
committerEli Zaretskii <eliz@gnu.org>2016-11-07 18:47:39 +0200
commit93d3a0e3025c0b939856a75c45494c41c6d357d9 (patch)
treecc27f9667ade4f1d3d8aab0da459354339bbe092 /doc/emacs/mini.texi
parentaf04919fc5987eabcd52c39b66649f7cd1a90d0e (diff)
downloademacs-93d3a0e3025c0b939856a75c45494c41c6d357d9.tar.gz
Fix documentation of yes-or-no prompts
* doc/emacs/mini.texi (Yes or No Prompts): Fix mistakes in key sequences. (Bug#24890)
Diffstat (limited to 'doc/emacs/mini.texi')
-rw-r--r--doc/emacs/mini.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/emacs/mini.texi b/doc/emacs/mini.texi
index 444c8a7d14c..7c97e425713 100644
--- a/doc/emacs/mini.texi
+++ b/doc/emacs/mini.texi
@@ -788,8 +788,8 @@ File ‘foo.el’ exists; overwrite? (y or n)
Because this query does not actually use the minibuffer, the usual
minibuffer editing commands cannot be used. However, you can perform
some window scrolling operations while the query is active: @kbd{C-l}
-recenters the selected window; @kbd{M-v} (or @key{PageDown} or
-@key{next}) scrolls forward; @kbd{C-v} (or @key{PageUp}, or
+recenters the selected window; @kbd{C-v} (or @key{PageDown} or
+@key{next}) scrolls forward; @kbd{M-v} (or @key{PageUp}, or
@key{prior}) scrolls backward; @kbd{C-M-v} scrolls forward in the next
window; and @kbd{C-M-S-v} scrolls backward in the next window. Typing
@kbd{C-g} dismisses the query, and quits the command that issued it
@@ -811,5 +811,5 @@ Buffer foo.el modified; kill anyway? (yes or no)
To answer, you must type @samp{yes} or @samp{no} into the minibuffer,
followed by @key{RET}. The minibuffer behaves as described in the
previous sections; you can switch to another window with @kbd{C-x o},
-use the history commands @kbd{M-p} and @kbd{M-f}, etc. Type @kbd{C-g}
+use the history commands @kbd{M-p} and @kbd{M-n}, etc. Type @kbd{C-g}
to quit the minibuffer and the querying command.