emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r109583: window.el: Minor dosctring e


From: Bastien Guerry
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109583: window.el: Minor dosctring enhancement (Bug#12172).
Date: Mon, 13 Aug 2012 16:05:24 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109583
committer: Bastien Guerry <address@hidden>
branch nick: trunk
timestamp: Mon 2012-08-13 16:05:24 +0200
message:
  window.el: Minor dosctring enhancement (Bug#12172).
  
  * window.el (special-display-popup-frame): Minor docstring
  enhancement.  (Bug#12172)
modified:
  lisp/ChangeLog
  lisp/window.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-08-13 10:34:25 +0000
+++ b/lisp/ChangeLog    2012-08-13 14:05:24 +0000
@@ -1,3 +1,8 @@
+2012-08-13  Bastien Guerry  <address@hidden>
+
+       * window.el (special-display-popup-frame): Small docstring
+       enhancement.  (Bug#12172)
+
 2012-08-13  Andreas Schwab  <address@hidden>
 
        * tar-mode.el (tar-header-data-end): Only ignore size for files of

=== modified file 'lisp/window.el'
--- a/lisp/window.el    2012-08-06 05:33:39 +0000
+++ b/lisp/window.el    2012-08-13 14:05:24 +0000
@@ -4238,7 +4238,7 @@
   :group 'frames)
 
 (defun special-display-popup-frame (buffer &optional args)
-  "Display BUFFER and return the window chosen.
+  "Pop up a frame displaying BUFFER and return its window.
 If BUFFER is already displayed in a visible or iconified frame,
 raise that frame.  Otherwise, display BUFFER in a new frame.
 


reply via email to

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