mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-30 11:09:23 +00:00
lisp/window.el: fix typo, more `display-buffer-use-some-frame'
* lisp/window.el: fix typo that broke build (display-buffer--action-function-custom-type): add `display-buffer-use-some-frame' (display-buffer): add `display-buffer-use-some-frame' to doc string
This commit is contained in:
parent
4daa09e499
commit
19154876b9
@ -1,4 +1,4 @@
|
||||
e;;; window.el --- GNU Emacs window commands aside from those written in C
|
||||
;;; window.el --- GNU Emacs window commands aside from those written in C
|
||||
|
||||
;; Copyright (C) 1985, 1989, 1992-1994, 2000-2015 Free Software
|
||||
;; Foundation, Inc.
|
||||
@ -6244,6 +6244,7 @@ The actual non-nil value of this variable will be copied to the
|
||||
(const display-buffer-at-bottom)
|
||||
(const display-buffer-in-previous-window)
|
||||
(const display-buffer-use-some-window)
|
||||
(const display-buffer-use-some-frame)
|
||||
(function :tag "Other function"))
|
||||
"Custom type for `display-buffer' action functions.")
|
||||
|
||||
@ -6388,6 +6389,7 @@ Available action functions include:
|
||||
`display-buffer-pop-up-window'
|
||||
`display-buffer-in-previous-window'
|
||||
`display-buffer-use-some-window'
|
||||
`display-buffer-use-some-frame'
|
||||
|
||||
Recognized alist entries include:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user