aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 51c3ee62a60..58ff7c6705f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -150,6 +150,10 @@ For instance, this can complete M-x lch to list-command-history.
150** Completions in the *Completions* buffer are sorted vertically 150** Completions in the *Completions* buffer are sorted vertically
151when the value of the new variable `completions-format' is `vertical'. 151when the value of the new variable `completions-format' is `vertical'.
152 152
153** M-n provides more default values in the minibuffer of commands that
154read a file and directory name: a file name at point (when ffap is loaded
155without ffap-bindings), a file name on the current line in the Dired buffer.
156
153** M-r is bound to the new `move-to-window-line-top-bottom' 157** M-r is bound to the new `move-to-window-line-top-bottom'
154to mirror the new behavior of C-l in Emacs-23.1. 158to mirror the new behavior of C-l in Emacs-23.1.
155 159