From: Juanma Barranquero Date: Sun, 18 Mar 2007 00:20:22 +0000 (+0000) Subject: (syms_of_buffer) : Doc fix. X-Git-Tag: emacs-pretest-22.0.96~83 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=adbb3b05470f385acd368cd0817c5c0c9f98e093;p=emacs.git (syms_of_buffer) : Doc fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index 24450c24149..8b7c6198e2d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,11 +1,7 @@ -2007-03-17 Richard Stallman +2007-03-17 Juanma Barranquero - * dired.c (file_name_completion): Gcpro NAME. - -2007-03-17 Chong Yidong - - * xdisp.c (try_window_id): Increment matrix positions if the - buffer's byte count has increased, but not the character count. + * buffer.c (syms_of_buffer) : Doc fix. + Reported by Nikolaj Schumacher . 2007-03-12 Andreas Schwab @@ -35,8 +31,8 @@ 2007-03-10 YAMAMOTO Mitsuharu - * macterm.c [USE_CARBON_EVENTS] (mac_handle_mouse_event): Ignore - mouse wheel movement on title bar or tool bar. + * macterm.c [USE_CARBON_EVENTS] (mac_handle_mouse_event): + Ignore mouse wheel movement on title bar or tool bar. 2007-03-10 Chong Yidong diff --git a/src/buffer.c b/src/buffer.c index b09d6e88f0b..c0fb8b2454f 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -5682,8 +5682,8 @@ characters or nil. The value nil means display the character in the default fashion; otherwise, the characters from the vector are delivered to the screen instead of the original character. -For example, (aset buffer-display-table ?X ?Y) will cause Emacs to display -a capital Y instead of each X character. +For example, (aset buffer-display-table ?X (vector ?Y)) will cause Emacs +to display a capital Y instead of each X character. In addition, a char-table has six extra slots to control the display of: