1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-03 20:24:29 +00:00

(ibuffer-list-buffer-modes): Doc fix.

This commit is contained in:
Andreas Schwab 2002-08-18 21:17:54 +00:00
parent d29c87c143
commit 76f0377865
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2002-08-18 Andreas Schwab <schwab@suse.de>
* ibuf-ext.el (ibuffer-list-buffer-modes): Doc fix.
2002-08-17 Carsten Dominik <dominik@astro.uva.nl> 2002-08-17 Carsten Dominik <dominik@astro.uva.nl>

View File

@ -925,7 +925,7 @@ of replacing the current filters."
(defun ibuffer-list-buffer-modes () (defun ibuffer-list-buffer-modes ()
"Create an alist of buffer modes currently in use. "Create an alist of buffer modes currently in use.
The list returned will be of the form ("MODE-NAME" . MODE-SYMBOL)." The list returned will be of the form (\"MODE-NAME\" . MODE-SYMBOL)."
(let ((bufs (buffer-list)) (let ((bufs (buffer-list))
(modes) (modes)
(this-mode)) (this-mode))