aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2015-12-12 16:49:47 +0200
committerEli Zaretskii2015-12-12 16:49:47 +0200
commit625a5df83414b49a82da8cc47a91aa1758fd71d4 (patch)
treef9074c82ca9e1a5b3693b822d572635ce73ca91f /etc
parent12acc25520901baa09a76e20d88ac8b251594abf (diff)
downloademacs-625a5df83414b49a82da8cc47a91aa1758fd71d4.tar.gz
emacs-625a5df83414b49a82da8cc47a91aa1758fd71d4.zip
Document the new bindings of <UP> and <DOWN> in the minibuffer
* doc/emacs/mini.texi (Minibuffer History): Describe the new bindings of <UP> and <DOWN> in the minibuffer.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS12
1 files changed, 8 insertions, 4 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 383b4917686..d65e9dd6fa6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -492,11 +492,15 @@ match the current input.
492 492
493** Minibuffer 493** Minibuffer
494 494
495*** You can use <up> and <down> keys to move point in the multi-line 495+++
496minibuffer just as in an ordinary buffer. Only when point moves over 496*** You can use <UP> and <DOWN> arrow keys to move through history by lines.
497The new commands `next-line-or-history-element' and
498`previous-line-or-history-element', bound to <UP> and <DOWN> in the
499minibuffer, allow by-line movement through minibuffer history,
500similarly to an ordinary buffer. Only when point moves over
497the bottom/top of the minibuffer it goes to the next/previous history 501the bottom/top of the minibuffer it goes to the next/previous history
498element. The new commands bound to <up> and <down> in the minibuffer: 502element. `M-p' and `M-n' still move directly to previous/next history
499`next-line-or-history-element' and `previous-line-or-history-element'. 503item as before.
500 504
501** Search and Replace 505** Search and Replace
502 506