diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2011-04-22 20:49:58 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2011-04-22 20:49:58 +0200 |
commit | be71f8100a71a5b896ef05c32f51a09a3d9e3993 (patch) | |
tree | cc556159dd2cbd5572406ffe5333fe3290046364 /lisp/buff-menu.el | |
parent | c6c3212525649764708af281de3deb2d96225686 (diff) |
lisp/buff-menu.el (Buffer-menu--buffers): Fix typo in docstring.
Fixes: debbugs:8535
Diffstat (limited to 'lisp/buff-menu.el')
-rw-r--r-- | lisp/buff-menu.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/buff-menu.el b/lisp/buff-menu.el index 19cc01c514..3454f41631 100644 --- a/lisp/buff-menu.el +++ b/lisp/buff-menu.el @@ -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) |