(bs-kill): Fix typo in docstring.
This commit is contained in:
parent
e0d0133a4a
commit
6af00b6740
2 changed files with 3 additions and 3 deletions
|
@ -668,7 +668,7 @@ to show always.
|
|||
(setq bs--window-config-coming-from nil)))
|
||||
|
||||
(defun bs-kill ()
|
||||
"Let buffer disappear and reset window-configuration."
|
||||
"Let buffer disappear and reset window configuration."
|
||||
(interactive)
|
||||
(bury-buffer (current-buffer))
|
||||
(bs--restore-window-config))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue