emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/doc/lispref ChangeLog windows.texi


From: Martin Rudalics
Subject: [Emacs-diffs] emacs/doc/lispref ChangeLog windows.texi
Date: Sat, 03 Jan 2009 11:17:48 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Martin Rudalics <m061211>       09/01/03 11:17:48

Modified files:
        doc/lispref    : ChangeLog windows.texi 

Log message:
        (Choosing Window): Say that pop-up-frame-alist
        works via the default value of pop-up-frame-function.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/ChangeLog?cvsroot=emacs&r1=1.179&r2=1.180
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/windows.texi?cvsroot=emacs&r1=1.25&r2=1.26

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/ChangeLog,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -b -r1.179 -r1.180
--- ChangeLog   2 Jan 2009 15:20:05 -0000       1.179
+++ ChangeLog   3 Jan 2009 11:17:47 -0000       1.180
@@ -1,3 +1,8 @@
+2009-01-03  Martin Rudalics  <address@hidden>
+
+       * windows.texi (Choosing Window): Say that pop-up-frame-alist
+       works via the default value of pop-up-frame-function.
+
 2009-01-02  Eli Zaretskii  <address@hidden>
 
        * processes.texi (System Processes): Document the `time' and

Index: windows.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/windows.texi,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- windows.texi        19 Dec 2008 09:15:40 -0000      1.25
+++ windows.texi        3 Jan 2009 11:17:47 -0000       1.26
@@ -1053,9 +1053,9 @@
 @end defopt
 
 @defopt pop-up-frame-alist
-This variable holds an alist specifying frame parameters used when
address@hidden makes a new frame.  @xref{Frame Parameters}, for
-more information about frame parameters.
+This variable holds an alist specifying frame parameters used by the
+default value of @code{pop-up-frame-function} for making new frames.
address@hidden Parameters}, for more information about frame parameters.
 @end defopt
 
 @defopt special-display-buffer-names




reply via email to

[Prev in Thread] Current Thread [Next in Thread]