Mercurial > emacs
changeset 57202:ce88ee86e383
*** empty log message ***
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Thu, 23 Sep 2004 04:18:12 +0000 |
parents | 2950fcfcfa44 |
children | 6cbbae74d7ca e2877f047180 |
files | lispref/ChangeLog lispref/display.texi man/ChangeLog |
diffstat | 3 files changed, 14 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <teirllm@auburn.edu> + + * 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 <storm@cua.dk> * text.texi (Special Properties): Add `cursor', `pointer',
--- 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.
--- 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 <teirllm@auburn.edu> + + * display.texi (Display Custom): Remove stray `@end defvar'. + 2004-09-23 Kim F. Storm <storm@cua.dk> * display.texi (Display Custom): Add `overflow-newline-into-fringe',