changeset 103820:9e06f7e38c79

(Abstract Display): Merge in some menu descriptions from elisp.texi.
author Glenn Morris <rgm@gnu.org>
date Fri, 10 Jul 2009 04:58:56 +0000
parents 2f08dd5d0dfa
children 6595a0b7f418
files doc/lispref/ChangeLog doc/lispref/display.texi
diffstat 2 files changed, 7 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/doc/lispref/ChangeLog	Fri Jul 10 04:56:39 2009 +0000
+++ b/doc/lispref/ChangeLog	Fri Jul 10 04:58:56 2009 +0000
@@ -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>
 
--- a/doc/lispref/display.texi	Fri Jul 10 04:56:39 2009 +0000
+++ b/doc/lispref/display.texi	Fri Jul 10 04:58:56 2009 +0000
@@ -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 @@
 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