diff options
Diffstat (limited to 'lisp/window.el')
-rw-r--r-- | lisp/window.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/window.el b/lisp/window.el index 00523d57cd8..726d022dfe9 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -6485,7 +6485,7 @@ pass the elements of (cdr ARGS) as the remaining arguments." (set-window-dedicated-p window t) window))))) -(defcustom special-display-function #'special-display-popup-frame +(defcustom special-display-function 'special-display-popup-frame "Function to call for displaying special buffers. This function is called with two arguments - the buffer and, optionally, a list - and should return a window displaying that |