aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e9e281e9bca..fc8ddbb5742 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -91,6 +91,8 @@ highlighting, and help echoing in the minibuffer.
91recenter the visited source file. Its value can be a number (for example, 91recenter the visited source file. Its value can be a number (for example,
920 for top line, -1 for bottom line), or nil for no recentering. 920 for top line, -1 for bottom line), or nil for no recentering.
93 93
94** C-l is bound to the new command recenter-top-bottom, rather than recenter.
95
94** The mode-line displays a `@' if the default-directory for the current buffer 96** The mode-line displays a `@' if the default-directory for the current buffer
95is on a remote machine, or a hyphen otherwise. 97is on a remote machine, or a hyphen otherwise.
96 98