]> git.eshelyaron.com Git - emacs.git/commitdiff
(Abstract Display): Merge in some menu descriptions from elisp.texi.
authorGlenn Morris <rgm@gnu.org>
Fri, 10 Jul 2009 04:58:56 +0000 (04:58 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 10 Jul 2009 04:58:56 +0000 (04:58 +0000)
doc/lispref/ChangeLog
doc/lispref/display.texi

index ddee965fb4e1b4f92aba7f6353417ea2b64ad380..58b80e210ce1bcd0064ac7cc80b0f41551a15153 100644 (file)
@@ -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>
 
index 78719d2e432a27bce9ee5b81041d2e9d5faa05e1..14e6a79c5f0c1d3b78178ad8c815cc47a88bf3e1 100644 (file)
@@ -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