emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r110911: Fix example for Display A


From: martin rudalics
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r110911: Fix example for Display Action Functions.
Date: Sun, 18 Nov 2012 12:34:36 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110911
committer: martin rudalics <address@hidden>
branch nick: emacs-24
timestamp: Sun 2012-11-18 12:34:36 +0100
message:
  Fix example for Display Action Functions.
  
  * windows.texi (Display Action Functions): Fix recently added
  example.  Suggested by Michael Heerdegen.
modified:
  doc/lispref/ChangeLog
  doc/lispref/windows.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2012-11-18 02:13:19 +0000
+++ b/doc/lispref/ChangeLog     2012-11-18 11:34:36 +0000
@@ -1,3 +1,8 @@
+2012-11-18  Martin Rudalics  <address@hidden>
+
+       * windows.texi (Display Action Functions): Fix recently added
+       example.  Suggested by Michael Heerdegen.
+
 2012-11-18  Paul Eggert  <address@hidden>
 
        Minor cleanup for times as lists of four integers.

=== modified file 'doc/lispref/windows.texi'
--- a/doc/lispref/windows.texi  2012-11-17 03:33:34 +0000
+++ b/doc/lispref/windows.texi  2012-11-18 11:34:36 +0000
@@ -2038,7 +2038,8 @@
 follows: If `*foo*' already appears on a visible or iconified frame, it
 will reuse its window.  Otherwise, it will try to pop up a new window
 or, if that is impossible, a new frame.  If all these steps fail, it
-will try to use some existing window.
+will proceed using whatever @code{display-buffer-base-action} and
address@hidden prescribe.
 
    Furthermore, @code{display-buffer} will try to adjust a reused window
 (provided `*foo*' was put by @code{display-buffer} there before) or a


reply via email to

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