(bs-kill): Fix typo in docstring.

This commit is contained in:
Juanma Barranquero 2007-10-03 11:43:43 +00:00
parent e0d0133a4a
commit 6af00b6740
2 changed files with 3 additions and 3 deletions

View file

@ -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))