]> code.delx.au - gnu-emacs/blobdiff - lisp/org/org-ctags.el
More-conservative ‘format’ quote restyling
[gnu-emacs] / lisp / org / org-ctags.el
index a9baf04b634830b8ac28e6db405af6a07c77df43..911ee2e923b109131544300b7e1c8d55c834f7c7 100644 (file)
@@ -455,8 +455,8 @@ to rebuild (update) the TAGS file."
 Wrapper for org-ctags-rebuild-tags-file-then-find-tag."
   (if (and (buffer-file-name)
           (y-or-n-p
-           (format
-            "Tag `%s' not found.  Rebuild table `%s/TAGS' and look again?"
+           (format-message
+            "Tag ‘%s’ not found.  Rebuild table ‘%s/TAGS’ and look again?"
             name
             (file-name-directory (buffer-file-name)))))
       (org-ctags-rebuild-tags-file-then-find-tag name)