]> code.delx.au - gnu-emacs/blobdiff - lisp/cus-start.el
Go back to grave quoting in source-code docstrings etc.
[gnu-emacs] / lisp / cus-start.el
index 7e251196d6cc670c0d5d0ce1ec4002744530e35e..dc40ca9321af2d4646a28fa0f9b21ccdbeaed28d 100644 (file)
@@ -626,7 +626,7 @@ since it could result in memory overflow and make Emacs crash."
     (if (not (boundp symbol))
        ;; If variables are removed from C code, give an error here!
        (and native-p
-            (message "Note, built-in variable ā€˜%Sā€™ not bound" symbol))
+            (message "Note, built-in variable `%S' not bound" symbol))
       ;; Save the standard value, unless we already did.
       (or (get symbol 'standard-value)
          (put symbol 'standard-value (list standard)))