]> code.delx.au - gnu-emacs/blobdiff - lisp/org/org-ctags.el
Update copyright year to 2016
[gnu-emacs] / lisp / org / org-ctags.el
index 75de8c284e1887b7cceb72cb686207cdd83ca0ce..ea4f52b586e9a9c9bef6d5b2400b6e98fa1d488c 100644 (file)
@@ -1,6 +1,6 @@
 ;;; org-ctags.el - Integrate Emacs "tags" facility with org mode.
 ;;
-;; Copyright (C) 2007-2015 Free Software Foundation, Inc.
+;; Copyright (C) 2007-2016 Free Software Foundation, Inc.
 
 ;; Author: Paul Sexton <eeeickythump@gmail.com>
 
@@ -457,7 +457,7 @@ Wrapper for org-ctags-rebuild-tags-file-then-find-tag."
   (if (and (buffer-file-name)
           (y-or-n-p
            (format-message
-            "Tag ‘%s’ not found.  Rebuild table ‘%s/TAGS’ and look again?"
+            "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)