]> code.delx.au - gnu-emacs/commitdiff
lisp/buff-menu.el (Buffer-menu--buffers): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 22 Apr 2011 18:49:58 +0000 (20:49 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 22 Apr 2011 18:49:58 +0000 (20:49 +0200)
Fixes: debbugs:8535
lisp/ChangeLog
lisp/buff-menu.el

index 7cfe6d842d9ed294fcd1ea2d826bf892afbe3e62..8ff0625068d4117708838662203892b8ad5cb360 100644 (file)
@@ -1,3 +1,7 @@
+2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
+
+       * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
+
 2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
 
        * play/mpuz.el (mpuz-silent): Doc fix.
index 19cc01c5144a6d7551de1ab288c60283ee8f37af..3454f416314a2e53c7bd49741aaa97a9199694f0 100644 (file)
@@ -116,7 +116,7 @@ Auto Revert Mode.")
 (defvar Buffer-menu--buffers nil
   "If non-nil, list of buffers shown in the current buffer-menu.
 This variable determines whether reverting the buffer lists only
-this buffers.  It affects both manual reverting and reverting by
+these buffers.  It affects both manual reverting and reverting by
 Auto Revert Mode.")
 (make-variable-buffer-local 'Buffer-menu--buffers)