mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-28 01:00:52 -07:00
(syms_of_buffer) <buffer-display-table>: Doc fix.
This commit is contained in:
parent
c4c52bb78a
commit
adbb3b0547
2 changed files with 7 additions and 11 deletions
|
|
@ -1,11 +1,7 @@
|
|||
2007-03-17 Richard Stallman <rms@gnu.org>
|
||||
2007-03-17 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* dired.c (file_name_completion): Gcpro NAME.
|
||||
|
||||
2007-03-17 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* 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) <buffer-display-table>: Doc fix.
|
||||
Reported by Nikolaj Schumacher <n_schumacher@web.de>.
|
||||
|
||||
2007-03-12 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
|
|
@ -35,8 +31,8 @@
|
|||
|
||||
2007-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
|
||||
|
||||
* 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 <cyd@stupidchicken.com>
|
||||
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue