Mercurial > emacs
changeset 78952:e1da8e0b5ae2
(bs-kill): Fix typo in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 03 Oct 2007 11:40:45 +0000 |
parents | 2285c45291ea |
children | a7ae1e6c7680 |
files | lisp/bs.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/bs.el Wed Oct 03 11:12:20 2007 +0000 +++ b/lisp/bs.el Wed Oct 03 11:40:45 2007 +0000 @@ -668,7 +668,7 @@ (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))