]> git.eshelyaron.com Git - emacs.git/commitdiff
(ibuffer-list-buffer-modes): Doc fix.
authorAndreas Schwab <schwab@suse.de>
Sun, 18 Aug 2002 21:17:54 +0000 (21:17 +0000)
committerAndreas Schwab <schwab@suse.de>
Sun, 18 Aug 2002 21:17:54 +0000 (21:17 +0000)
lisp/ChangeLog
lisp/ibuf-ext.el

index be98f8b77855975858dbae47e9243db29d945df8..5248af381ef52e4e5dabc6d205381186d745e0d3 100644 (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>
 
index 6c279d2642f49db4f676fc57a6cf937cef7c01f7..d802c68f8fd61fcf48d1b7337df365c5d3c14117 100644 (file)
@@ -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))