aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRichard M. Stallman2004-07-09 16:57:05 +0000
committerRichard M. Stallman2004-07-09 16:57:05 +0000
commit02c04e6f822bb327cc577376eaf6eeb619d22291 (patch)
tree04c5c2ad0114a3b433269071a9650ee47813f354 /etc
parent0b156b784c93c7b028237f7703bb4b6b1e0d53f0 (diff)
downloademacs-02c04e6f822bb327cc577376eaf6eeb619d22291.tar.gz
emacs-02c04e6f822bb327cc577376eaf6eeb619d22291.zip
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e9d1e79428a..de282832241 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2179,7 +2179,10 @@ configuration files.
2179* Lisp Changes in Emacs 21.4 2179* Lisp Changes in Emacs 21.4
2180 2180
2181** If a command sets transient-mark-mode to `only', that 2181** If a command sets transient-mark-mode to `only', that
2182enables Transient Mark mode for the following command, only. 2182enables Transient Mark mode for the following command only.
2183During that following command, the value of transient-mark-mode
2184is `identity'. If it is still `identity' at the end of the command,
2185it changes to nil.
2183 2186
2184+++ 2187+++
2185** Cleaner way to enter key sequences. 2188** Cleaner way to enter key sequences.