diff options
| author | Eli Zaretskii | 2015-12-12 16:49:47 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2015-12-12 16:49:47 +0200 |
| commit | 625a5df83414b49a82da8cc47a91aa1758fd71d4 (patch) | |
| tree | f9074c82ca9e1a5b3693b822d572635ce73ca91f /etc | |
| parent | 12acc25520901baa09a76e20d88ac8b251594abf (diff) | |
| download | emacs-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/NEWS | 12 |
1 files changed, 8 insertions, 4 deletions
| @@ -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 | +++ |
| 496 | minibuffer 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. |
| 497 | The new commands `next-line-or-history-element' and | ||
| 498 | `previous-line-or-history-element', bound to <UP> and <DOWN> in the | ||
| 499 | minibuffer, allow by-line movement through minibuffer history, | ||
| 500 | similarly to an ordinary buffer. Only when point moves over | ||
| 497 | the bottom/top of the minibuffer it goes to the next/previous history | 501 | the bottom/top of the minibuffer it goes to the next/previous history |
| 498 | element. The new commands bound to <up> and <down> in the minibuffer: | 502 | element. `M-p' and `M-n' still move directly to previous/next history |
| 499 | `next-line-or-history-element' and `previous-line-or-history-element'. | 503 | item as before. |
| 500 | 504 | ||
| 501 | ** Search and Replace | 505 | ** Search and Replace |
| 502 | 506 | ||