lisp/buff-menu.el (Buffer-menu--buffers): Fix typo in docstring.

Fixes: debbugs:8535
This commit is contained in:
Juanma Barranquero 2011-04-22 20:49:58 +02:00
parent c6c3212525
commit be71f8100a
2 changed files with 5 additions and 1 deletions

View 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.

View 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)