aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris2009-07-10 04:58:56 +0000
committerGlenn Morris2009-07-10 04:58:56 +0000
commit5b594a586563ee10dfc9d9872753fe5957f47c52 (patch)
tree9b6ad78275062869c74987169a77b9e66509dbcb /doc
parent51d9979cd5ed080cccb0c6485473e296be2b0138 (diff)
downloademacs-5b594a586563ee10dfc9d9872753fe5957f47c52.tar.gz
emacs-5b594a586563ee10dfc9d9872753fe5957f47c52.zip
(Abstract Display): Merge in some menu descriptions from elisp.texi.
Diffstat (limited to 'doc')
-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 @@
12009-07-10 Glenn Morris <rgm@gnu.org> 12009-07-10 Glenn Morris <rgm@gnu.org>
2 2
3 * customize.texi (Customization Types): Merge in some menu 3 * customize.texi (Customization Types):
4 descriptions from elisp.texi. 4 * display.texi (Abstract Display):
5 Merge in some menu descriptions from elisp.texi.
5 6
62009-07-09 Glenn Morris <rgm@gnu.org> 72009-07-09 Glenn Morris <rgm@gnu.org>
7 8
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 @@
1@c -*-texinfo-*- 1@c -*-texinfo-*-
2@c This is part of the GNU Emacs Lisp Reference Manual. 2@c This is part of the GNU Emacs Lisp Reference Manual.
3@c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000, 2001, 3@c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000, 2001,
4@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. 4@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
5@c Free Software Foundation, Inc.
5@c See the file elisp.texi for copying conditions. 6@c See the file elisp.texi for copying conditions.
6@setfilename ../../info/display 7@setfilename ../../info/display
7@node Display, System Interface, Processes, Top 8@node Display, System Interface, Processes, Top
@@ -5157,8 +5158,8 @@ and add new nodes in their place. Deleting a node from an ewoc deletes
5157its associated textual description from buffer, as well. 5158its associated textual description from buffer, as well.
5158 5159
5159@menu 5160@menu
5160* Abstract Display Functions:: 5161* Abstract Display Functions:: Functions in the Ewoc package.
5161* Abstract Display Example:: 5162* Abstract Display Example:: Example of using Ewoc.
5162@end menu 5163@end menu
5163 5164
5164@node Abstract Display Functions 5165@node Abstract Display Functions