summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2006-05-23 03:02:44 +0000
committerRichard M. Stallman <rms@gnu.org>2006-05-23 03:02:44 +0000
commitb82234410a17f02794caa54e73cb7555d0aa389a (patch)
treeecb2c26d47a801eee3ce73c78eefdef9c088c810
parent01358897339c45ae87b9b2452f30113189223003 (diff)
downloademacs-b82234410a17f02794caa54e73cb7555d0aa389a.tar.gz
(Top): Update subnode menus.
-rw-r--r--lispref/ChangeLog10
-rw-r--r--lispref/elisp.texi3
2 files changed, 11 insertions, 2 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 2acd2395561..59c19fd198d 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,13 @@
+2006-05-22 Richard Stallman <rms@gnu.org>
+
+ * elisp.texi (Top): Update subnode menus.
+
+ * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
+ Contents rewritten; material from old Pointer Shape node moved here.
+
+ * display.texi (Pointer Shape): Node deleted.
+ (Image Descriptors): Minor cleanup.
+
2006-05-21 Richard Stallman <rms@gnu.org>
* syntax.texi (Parsing Expressions): Update info on which STATE
diff --git a/lispref/elisp.texi b/lispref/elisp.texi
index bd2cbee4796..8d4aa687b48 100644
--- a/lispref/elisp.texi
+++ b/lispref/elisp.texi
@@ -784,7 +784,7 @@ Frames
* Mouse Position:: Asking where the mouse is, or moving it.
* Pop-Up Menus:: Displaying a menu for the user to select from.
* Dialog Boxes:: Displaying a box to ask yes or no.
-* Pointer Shapes:: Specifying the shape of the mouse pointer.
+* Pointer Shape:: Specifying the shape of the mouse pointer.
* Window System Selections::Transferring text to and from other windows.
* Color Names:: Getting the definitions of color names.
* Text Terminal Colors:: Defining colors for text-only terminals.
@@ -1003,7 +1003,6 @@ Emacs Display
for text characters: font, colors, etc.
* Fringes:: Controlling window fringes.
* Scroll Bars:: Controlling vertical scroll bars.
-* 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.