]> code.delx.au - gnu-emacs/blobdiff - lisp/calendar/time-date.el
Go back to grave quoting in source-code docstrings etc.
[gnu-emacs] / lisp / calendar / time-date.el
index c13ef97c6b90fe940088139d9d64c132b9f4b5e1..bb7e97ea7f32b7c049c19c9be732a6b5a84e15f8 100644 (file)
@@ -377,9 +377,9 @@ This function does not work for SECONDS greater than `most-positive-fixnum'."
             spec (match-string 1 string))
       (unless (string-equal spec "%")
         (or (setq match (assoc (downcase spec) units))
-            (error "Bad format specifier: ā€˜%sā€™" spec))
+            (error "Bad format specifier: `%s'" spec))
         (if (assoc (downcase spec) usedunits)
-            (error "Multiple instances of specifier: ā€˜%sā€™" spec))
+            (error "Multiple instances of specifier: `%s'" spec))
         (if (string-equal (car match) "z")
             (setq zeroflag t)
           (unless larger