changeset 55478:c6ec5bf17a29

Describe next- and prev-buffer. Warn about change of keybindings for winner-redo and -undo. Describe help argument highlighting feature.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 09 May 2004 22:37:12 +0000
parents e191e6d1554e
children 50b878285992
files etc/NEWS
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Sun May 09 22:15:14 2004 +0000
+++ b/etc/NEWS	Sun May 09 22:37:12 2004 +0000
@@ -90,6 +90,16 @@
 
 * 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,