]> git.eshelyaron.com Git - emacs.git/commitdiff
Describe next- and prev-buffer.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 9 May 2004 22:37:12 +0000 (22:37 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 9 May 2004 22:37:12 +0000 (22:37 +0000)
Warn about change of keybindings for winner-redo and -undo.
Describe help argument highlighting feature.

etc/NEWS

index a86a93e92decc235f37ac245652fe06587b4cc1f..dd027945f3c3c13341321b826d9d8905abb95f8f 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -90,6 +90,16 @@ types any more.  Add -DUSE_LISP_UNION_TYPE if you want union types.
 \f
 * Changes in Emacs 21.4
 
+** Convenient commands to switch buffers in a cyclic order are C-x <left>
+(prev-buffer) and C-x <right> (next-buffer).
+
+** Commands winner-redo and winner-undo, from winner.el, are now bound to
+C-c <left> and C-c <right>, respectively.  This is an incompatible change.
+
+** Help commands `describe-funcion' and `describe-key' now show function
+arguments in italics.  To change the default highlighting customize the
+face `help-argument-name'.
+
 ---
 ** The comint prompt can now be made read-only, using the new user
 option `comint-prompt-read-only'.  This is not enabled by default,