diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -133,6 +133,14 @@ Unicode standards. | |||
| 133 | 133 | ||
| 134 | * Changes in Specialized Modes and Packages in Emacs 25.1 | 134 | * Changes in Specialized Modes and Packages in Emacs 25.1 |
| 135 | 135 | ||
| 136 | ** Minibuffer | ||
| 137 | |||
| 138 | *** You can use <up> and <down> keys to move point in the multi-line | ||
| 139 | minibuffer just as in an ordinary buffer. Only when point moves over | ||
| 140 | the bottom/top of the minibuffer it goes to the next/previous history | ||
| 141 | element. The new commands bound to <up> and <down> in the minibuffer: | ||
| 142 | `next-line-or-history-element' and `previous-line-or-history-element'. | ||
| 143 | |||
| 136 | ** Search and Replace | 144 | ** Search and Replace |
| 137 | 145 | ||
| 138 | *** Query-replace history is enhanced. | 146 | *** Query-replace history is enhanced. |