]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp/window.el: fix typo, more `display-buffer-use-some-frame'
authorStephen Leake <stephen_leake@stephe-leake.org>
Fri, 7 Aug 2015 15:32:05 +0000 (10:32 -0500)
committerStephen Leake <stephen_leake@stephe-leake.org>
Fri, 7 Aug 2015 15:32:05 +0000 (10:32 -0500)
* 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

lisp/window.el

index 22fcd981e18eede0a29bdc61bc5367398bec9504..d9c0d0afbe1f7a9d64af2e9346e6d71444988260 100644 (file)
@@ -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: