aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2004-07-24 15:33:15 +0000
committerLuc Teirlinck2004-07-24 15:33:15 +0000
commit9a4ff31b1c0c2eb2bc52a4c5b5c61cceb70d9117 (patch)
tree71ab6a38e498db18f2939c7dafa5d6d40cb9b288
parent289978b5e2fb86a4d433e84c0de9a1f8f7f8e809 (diff)
downloademacs-9a4ff31b1c0c2eb2bc52a4c5b5c61cceb70d9117.tar.gz
emacs-9a4ff31b1c0c2eb2bc52a4c5b5c61cceb70d9117.zip
Add 2004 Copyright.
(Choosing Window): Add anchor.
-rw-r--r--lispref/windows.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/lispref/windows.texi b/lispref/windows.texi
index a01dc79d1f1..0fdc6734181 100644
--- a/lispref/windows.texi
+++ b/lispref/windows.texi
@@ -1,6 +1,6 @@
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 3@c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2004
4@c Free Software Foundation, Inc. 4@c Free Software Foundation, Inc.
5@c See the file elisp.texi for copying conditions. 5@c See the file elisp.texi for copying conditions.
6@setfilename ../info/windows 6@setfilename ../info/windows
@@ -1089,6 +1089,7 @@ presumably the window was previously made by this function.
1089@end defun 1089@end defun
1090 1090
1091@defopt special-display-frame-alist 1091@defopt special-display-frame-alist
1092@anchor{Definition of special-display-frame-alist}
1092This variable holds frame parameters for 1093This variable holds frame parameters for
1093@code{special-display-popup-frame} to use when it creates a frame. 1094@code{special-display-popup-frame} to use when it creates a frame.
1094@end defopt 1095@end defopt