aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2011-10-15 12:37:45 -0400
committerChong Yidong2011-10-15 12:37:45 -0400
commit21100e7d3fe488d90e747caebbe4f7ccb90d2515 (patch)
treee3b6f2deb86b198a2e8dd577d17229599a66ef02 /etc
parent6bbfa6e17d61b9725bf7240f86cbb802eee669f5 (diff)
downloademacs-21100e7d3fe488d90e747caebbe4f7ccb90d2515.tar.gz
emacs-21100e7d3fe488d90e747caebbe4f7ccb90d2515.zip
Two minor manual updates.
* doc/emacs/killing.texi (Deletion): Document negative prefix arg to M-SPC. * doc/emacs/regs.texi (Text Registers): C-x r i does not activate the mark. (Bookmarks): Document new default bookmark location.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 386462fe92e..d8d0741f928 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -251,6 +251,7 @@ highlight strings that indicate failure, caution or successful operation.
251with Xft. To change font, use the X resource font, for example: 251with Xft. To change font, use the X resource font, for example:
252Emacs.pane.menubar.font: Courier-12 252Emacs.pane.menubar.font: Courier-12
253 253
254+++
254** On graphical displays, the mode-line no longer ends in dashes. 255** On graphical displays, the mode-line no longer ends in dashes.
255Also, the first dash (which does not indicate anything) is just 256Also, the first dash (which does not indicate anything) is just
256displayed as a space. 257displayed as a space.
@@ -455,6 +456,7 @@ bound to M-=, which shows the number of lines, words, and characters.
455 456
456** The default value of `backup-by-copying-when-mismatch' is now t. 457** The default value of `backup-by-copying-when-mismatch' is now t.
457 458
459+++
458** The command `just-one-space' (M-SPC), if given a negative argument, 460** The command `just-one-space' (M-SPC), if given a negative argument,
459also deletes newlines around point. 461also deletes newlines around point.
460 462