mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
; * lisp/speedbar.el (speedbar-window--close): Doc fix.
This commit is contained in:
parent
0792252594
commit
91a630245f
|
|
@ -1112,8 +1112,8 @@ supported at a time.
|
|||
|
||||
(defun speedbar-window--close (&optional no-kill-buffer)
|
||||
"Close `speedbar-window'.
|
||||
When NO-KILL-BUFFER is not nil, close window without killing
|
||||
'speedbar-buffer', which is useful for 'kill-buffer-hook'."
|
||||
If optional argument NO-KILL-BUFFER is not nil, close window without
|
||||
killing `speedbar-buffer', which is useful for `kill-buffer-hook'."
|
||||
(when (speedbar-window--live-p)
|
||||
(let ((current-window (selected-window)))
|
||||
;; store the current window width
|
||||
|
|
|
|||
Loading…
Reference in a new issue