From: Glenn Morris Date: Fri, 10 Jul 2009 04:58:56 +0000 (+0000) Subject: (Abstract Display): Merge in some menu descriptions from elisp.texi. X-Git-Tag: emacs-pretest-23.1.90~2237 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5b594a586563ee10dfc9d9872753fe5957f47c52;p=emacs.git (Abstract Display): Merge in some menu descriptions from elisp.texi. --- 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 - * 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 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