summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2002-08-18 21:17:54 +0000
committerAndreas Schwab <schwab@suse.de>2002-08-18 21:17:54 +0000
commit76f03778654494ef00728f78c51321099c228d41 (patch)
treece53720eb75690837ce51b63d3854b300cec36c5 /lisp
parentd29c87c14330150021337ca262ead525f4e82a7e (diff)
downloademacs-76f03778654494ef00728f78c51321099c228d41.tar.gz
(ibuffer-list-buffer-modes): Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/ibuf-ext.el2
2 files changed, 4 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index be98f8b7785..5248af381ef 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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>
diff --git a/lisp/ibuf-ext.el b/lisp/ibuf-ext.el
index 6c279d2642f..d802c68f8fd 100644
--- a/lisp/ibuf-ext.el
+++ b/lisp/ibuf-ext.el
@@ -925,7 +925,7 @@ of replacing the current filters."
(defun ibuffer-list-buffer-modes ()
"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))
(modes)
(this-mode))