summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2009-07-10 04:58:56 +0000
committerGlenn Morris <rgm@gnu.org>2009-07-10 04:58:56 +0000
commit5b594a586563ee10dfc9d9872753fe5957f47c52 (patch)
tree9b6ad78275062869c74987169a77b9e66509dbcb
parent51d9979cd5ed080cccb0c6485473e296be2b0138 (diff)
downloademacs-5b594a586563ee10dfc9d9872753fe5957f47c52.tar.gz
(Abstract Display): Merge in some menu descriptions from elisp.texi.
-rw-r--r--doc/lispref/ChangeLog5
-rw-r--r--doc/lispref/display.texi7
2 files changed, 7 insertions, 5 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index ddee965fb4e..58b80e210ce 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,7 +1,8 @@
2009-07-10 Glenn Morris <rgm@gnu.org>
- * customize.texi (Customization Types): Merge in some menu
- descriptions from elisp.texi.
+ * customize.texi (Customization Types):
+ * display.texi (Abstract Display):
+ Merge in some menu descriptions from elisp.texi.
2009-07-09 Glenn Morris <rgm@gnu.org>
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 78719d2e432..14e6a79c5f0 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -1,7 +1,8 @@
@c -*-texinfo-*-
@c This is part of the GNU Emacs Lisp Reference Manual.
@c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000, 2001,
-@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
+@c Free Software Foundation, Inc.
@c See the file elisp.texi for copying conditions.
@setfilename ../../info/display
@node Display, System Interface, Processes, Top
@@ -5157,8 +5158,8 @@ and add new nodes in their place. Deleting a node from an ewoc deletes
its associated textual description from buffer, as well.
@menu
-* Abstract Display Functions::
-* Abstract Display Example::
+* Abstract Display Functions:: Functions in the Ewoc package.
+* Abstract Display Example:: Example of using Ewoc.
@end menu
@node Abstract Display Functions