Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
be71f810
Commit
be71f810
authored
Apr 22, 2011
by
Juanma Barranquero
Browse files
lisp/buff-menu.el (Buffer-menu--buffers): Fix typo in docstring.
Fixes: debbugs:8535
parent
c6c32125
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/buff-menu.el
lisp/buff-menu.el
+1
-1
No files found.
lisp/ChangeLog
View file @
be71f810
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.
...
...
lisp/buff-menu.el
View file @
be71f810
...
...
@@ -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
th
is
buffers. It affects both manual reverting and reverting by
th
ese
buffers. It affects both manual reverting and reverting by
Auto Revert Mode."
)
(
make-variable-buffer-local
'Buffer-menu--buffers
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment