]> git.eshelyaron.com Git - emacs.git/commitdiff
(bs-kill): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 3 Oct 2007 11:43:43 +0000 (11:43 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 3 Oct 2007 11:43:43 +0000 (11:43 +0000)
lisp/ChangeLog
lisp/bs.el

index dd11dc0236e6ab7e94aec8bb4ec1f24d8afc6f88..122ff4265654b665dfcc8643427a2beed700712d 100644 (file)
@@ -1,7 +1,7 @@
 2007-10-03  Juanma Barranquero  <lekktu@gmail.com>
 
-       * 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.
 
index e7a5e59b2fa3dc58e019f9382ea2918bc42aa7c2..2c09e606cc5c922cc135629b86029e266bd6c829 100644 (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))