aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d5c329bb8ba..101736b818c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -90,6 +90,9 @@ types any more. Add -DUSE_LISP_UNION_TYPE if you want union types.
90 90
91* Changes in Emacs 21.4 91* Changes in Emacs 21.4
92 92
93** New command quail-show-key shows what key to type to input a
94character at point.
95
93** Convenient commands to switch buffers in a cyclic order are C-x <left> 96** Convenient commands to switch buffers in a cyclic order are C-x <left>
94(prev-buffer) and C-x <right> (next-buffer). 97(prev-buffer) and C-x <right> (next-buffer).
95 98