summaryrefslogtreecommitdiff
path: root/lisp/ibuf-ext.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ibuf-ext.el')
-rw-r--r--lisp/ibuf-ext.el2
1 files changed, 1 insertions, 1 deletions
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))