aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/bs.el
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2007-10-03 11:43:43 +0000
committerJuanma Barranquero <[email protected]>2007-10-03 11:43:43 +0000
commit6af00b6740bf4099b5c2edb64c56f282fd8132fd (patch)
tree5ff01ec282d185dcaf50378fe8541ab49c814156 /lisp/bs.el
parente0d0133a4a72d98f91f6db990899f077243de711 (diff)
(bs-kill): Fix typo in docstring.
Diffstat (limited to 'lisp/bs.el')
-rw-r--r--lisp/bs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/bs.el b/lisp/bs.el
index e7a5e59b2f..2c09e606cc 100644
--- a/lisp/bs.el
+++ b/lisp/bs.el
@@ -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))