aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-10-10 18:22:01 +0000
committerChong Yidong2008-10-10 18:22:01 +0000
commit1d3b373653ee8d8c7438b5995f8be2e40fa4cba6 (patch)
tree092a83b58b789c1de270dc62d503dff8c41a5de1
parenta115d013f475ec12707e7165f32c029f4cf6534f (diff)
downloademacs-1d3b373653ee8d8c7438b5995f8be2e40fa4cba6.tar.gz
emacs-1d3b373653ee8d8c7438b5995f8be2e40fa4cba6.zip
Documented save-buffers-kill-terminal.
-rw-r--r--etc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 25d73cf3f7b..64375d54222 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -325,6 +325,7 @@ taking continued lines and variable-width characters into account.
325Setting `line-move-visual' to nil reverts this to the previous 325Setting `line-move-visual' to nil reverts this to the previous
326behavior (motion by logical lines based on buffer contents alone). 326behavior (motion by logical lines based on buffer contents alone).
327 327
328+++
328** C-x C-c now invokes `save-buffers-kill-terminal', and C-z now 329** C-x C-c now invokes `save-buffers-kill-terminal', and C-z now
329invokes `suspend-frame'. This change is for compatibility with the 330invokes `suspend-frame'. This change is for compatibility with the
330new multi-tty support (see `Improved X Window System support' above). 331new multi-tty support (see `Improved X Window System support' above).