]> git.eshelyaron.com Git - emacs.git/commitdiff
window.el: Minor dosctring enhancement (Bug#12172).
authorBastien Guerry <bastien1@free.fr>
Mon, 13 Aug 2012 14:05:24 +0000 (16:05 +0200)
committerBastien Guerry <bastien1@free.fr>
Mon, 13 Aug 2012 14:05:24 +0000 (16:05 +0200)
* window.el (special-display-popup-frame): Minor docstring
enhancement.  (Bug#12172)

lisp/ChangeLog
lisp/window.el

index 46c534d245414a8609986388fead1642317feff1..5880b4da9aa6e5c1a66be530f677d712bc70a543 100644 (file)
@@ -1,3 +1,8 @@
+2012-08-13  Bastien Guerry  <bzg@gnu.org>
+
+       * window.el (special-display-popup-frame): Small docstring
+       enhancement.  (Bug#12172)
+
 2012-08-13  Andreas Schwab  <schwab@linux-m68k.org>
 
        * tar-mode.el (tar-header-data-end): Only ignore size for files of
index 9006a5c3cc9ac253d0d22060fffddbd23c6ad44c..5682e7e909a5b58091e2fed1d67868af2a418f6f 100644 (file)
@@ -4238,7 +4238,7 @@ These supersede the values given in `default-frame-alist'."
   :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.