diff options
| author | Juanma Barranquero | 2011-04-22 20:49:58 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2011-04-22 20:49:58 +0200 |
| commit | be71f8100a71a5b896ef05c32f51a09a3d9e3993 (patch) | |
| tree | cc556159dd2cbd5572406ffe5333fe3290046364 | |
| parent | c6c3212525649764708af281de3deb2d96225686 (diff) | |
| download | emacs-be71f8100a71a5b896ef05c32f51a09a3d9e3993.tar.gz emacs-be71f8100a71a5b896ef05c32f51a09a3d9e3993.zip | |
lisp/buff-menu.el (Buffer-menu--buffers): Fix typo in docstring.
Fixes: debbugs:8535
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/buff-menu.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7cfe6d842d9..8ff0625068d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-04-22 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535). | ||
| 4 | |||
| 1 | 2011-04-21 Juanma Barranquero <lekktu@gmail.com> | 5 | 2011-04-21 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 6 | ||
| 3 | * play/mpuz.el (mpuz-silent): Doc fix. | 7 | * play/mpuz.el (mpuz-silent): Doc fix. |
diff --git a/lisp/buff-menu.el b/lisp/buff-menu.el index 19cc01c5144..3454f416314 100644 --- a/lisp/buff-menu.el +++ b/lisp/buff-menu.el | |||
| @@ -116,7 +116,7 @@ Auto Revert Mode.") | |||
| 116 | (defvar Buffer-menu--buffers nil | 116 | (defvar Buffer-menu--buffers nil |
| 117 | "If non-nil, list of buffers shown in the current buffer-menu. | 117 | "If non-nil, list of buffers shown in the current buffer-menu. |
| 118 | This variable determines whether reverting the buffer lists only | 118 | This variable determines whether reverting the buffer lists only |
| 119 | this buffers. It affects both manual reverting and reverting by | 119 | these buffers. It affects both manual reverting and reverting by |
| 120 | Auto Revert Mode.") | 120 | Auto Revert Mode.") |
| 121 | (make-variable-buffer-local 'Buffer-menu--buffers) | 121 | (make-variable-buffer-local 'Buffer-menu--buffers) |
| 122 | 122 | ||