emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 1915487: lisp/window.el: fix typo, more `display-bu


From: Stephen Leake
Subject: [Emacs-diffs] master 1915487: lisp/window.el: fix typo, more `display-buffer-use-some-frame'
Date: Fri, 07 Aug 2015 15:32:22 +0000

branch: master
commit 19154876b9b2315deb48fce4c47623cf62d09c59
Author: Stephen Leake <address@hidden>
Commit: Stephen Leake <address@hidden>

    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
---
 lisp/window.el |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/lisp/window.el b/lisp/window.el
index 22fcd98..d9c0d0a 100644
--- a/lisp/window.el
+++ b/lisp/window.el
@@ -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:
 



reply via email to

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