# HG changeset patch # User Luc Teirlinck # Date 1095913092 0 # Node ID ce88ee86e38344bcb203e70a8d841411a2d08d1e # Parent 2950fcfcfa44836a463db687faf9bf501ac6b424 *** empty log message *** diff -r 2950fcfcfa44 -r ce88ee86e383 lispref/ChangeLog --- a/lispref/ChangeLog Thu Sep 23 04:15:54 2004 +0000 +++ b/lispref/ChangeLog Thu Sep 23 04:18:12 2004 +0000 @@ -1,3 +1,11 @@ +2004-09-22 Luc Teirlinck + + * display.texi: Correct various typos. + (Display): Rename node "Pointer Shapes" to "Pointer + Shape". (There is already a node called "Pointer Shapes" in + frames.texi.) + (Images): Remove non-existent node "Image Slices" from menu. + 2004-09-23 Kim F. Storm * text.texi (Special Properties): Add `cursor', `pointer', diff -r 2950fcfcfa44 -r ce88ee86e383 lispref/display.texi --- a/lispref/display.texi Thu Sep 23 04:15:54 2004 +0000 +++ b/lispref/display.texi Thu Sep 23 04:18:12 2004 +0000 @@ -25,9 +25,9 @@ * Faces:: A face defines a graphics style for text characters: font, colors, etc. * Fringes:: Controlling window fringes. -* Fringe Bitmaps:: Customizing fringe bitmaps. +* Fringe Bitmaps:: Customizing fringe bitmaps. * Scroll Bars:: Controlling vertical scroll bars. -* Pointer Shape:: Controlling the mouse pointer shape. +* Pointer Shape:: Controlling the mouse pointer shape. * Display Property:: Enabling special display features. * Images:: Displaying images in Emacs buffers. * Buttons:: Adding clickable buttons to Emacs buffers. diff -r 2950fcfcfa44 -r ce88ee86e383 man/ChangeLog --- a/man/ChangeLog Thu Sep 23 04:15:54 2004 +0000 +++ b/man/ChangeLog Thu Sep 23 04:18:12 2004 +0000 @@ -1,3 +1,7 @@ +2004-09-22 Luc Teirlinck + + * display.texi (Display Custom): Remove stray `@end defvar'. + 2004-09-23 Kim F. Storm * display.texi (Display Custom): Add `overflow-newline-into-fringe',