]> code.delx.au - gnu-emacs/blobdiff - lisp/ibuf-ext.el
Prefer directed to neutral quotes
[gnu-emacs] / lisp / ibuf-ext.el
index 108877131224f5c10e34bfeb64c475f1ee60a2db..e5df9997b5a8e0b8f12a2684f36e30ccc5ae8d69 100644 (file)
@@ -1557,7 +1557,7 @@ You can then feed the file name(s) to other commands with \\[yank]."
 
 ;;;###autoload
 (defun ibuffer-mark-special-buffers ()
-  "Mark all buffers whose name begins and ends with '*'."
+  "Mark all buffers whose name begins and ends with `*'."
   (interactive)
   (ibuffer-mark-on-buffer
    #'(lambda (buf) (string-match "^\\*.+\\*$"