From 6af00b6740bf4099b5c2edb64c56f282fd8132fd Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 3 Oct 2007 11:43:43 +0000 Subject: [PATCH] (bs-kill): Fix typo in docstring. --- lisp/ChangeLog | 4 ++-- lisp/bs.el | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dd11dc0236e..122ff426565 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,7 +1,7 @@ 2007-10-03 Juanma Barranquero - * bs.el: Don't defvar `fontlock-verbose'. - (bs-config-clear): Fix typo in docstring. + * bs.el: Don't defvar `font-lock-verbose'. + (bs-config-clear, bs-kill): Fix typos in docstrings. (bs--show-header): Use `dolist' instead of `mapcar'. (bs-mode): Set `show-trailing-whitespace' to nil. diff --git a/lisp/bs.el b/lisp/bs.el index e7a5e59b2fa..2c09e606cc5 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)) -- 2.39.2