X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/32a2c91658bd02c4e761030f93eb5f0415524104..fb6d826c69939c2d016c1b824d4e9bcb53d9e643:/lisp/ibuf-ext.el diff --git a/lisp/ibuf-ext.el b/lisp/ibuf-ext.el index 1088771312..a2d92e9d9a 100644 --- a/lisp/ibuf-ext.el +++ b/lisp/ibuf-ext.el @@ -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 "^\\*.+\\*$" @@ -1598,7 +1598,7 @@ defaults to one." (provide 'ibuf-ext) ;; Local Variables: -;; generated-autoload-file: "ibuffer.el" +;; generated-autoload-file: "ibuffer-loaddefs.el" ;; End: ;;; ibuf-ext.el ends here