mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-03 20:24:29 +00:00
window.el: Minor dosctring enhancement (Bug#12172).
* window.el (special-display-popup-frame): Minor docstring enhancement. (Bug#12172)
This commit is contained in:
parent
31e54db06a
commit
31cd32c905
@ -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
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user