]> code.delx.au - gnu-emacs/blobdiff - lisp/org/ob-ref.el
Go back to grave quoting in source-code docstrings etc.
[gnu-emacs] / lisp / org / ob-ref.el
index 472d3e6f657685ad6d39d894e72175c9bf729756..3e79592f5a029411465de99b1d1e6c7318387d74 100644 (file)
@@ -176,7 +176,7 @@ the variable."
            ;;       buffer (marker-buffer id-loc)
            ;;       loc (marker-position id-loc))
            ;; (move-marker id-loc nil)
-           (error "Reference ā€˜%sā€™ not found in this buffer" ref))
+           (error "Reference `%s' not found in this buffer" ref))
          (cond
           (lob-info (setq type 'lob))
           (id (setq type 'id))