]> code.delx.au - gnu-emacs/blobdiff - lisp/calc/calc-vec.el
Go back to grave quoting in source-code docstrings etc.
[gnu-emacs] / lisp / calc / calc-vec.el
index c7a3e716d614ebd4cfdead75a2438f627e5c3a60..cd157703f49d5d631447f33a18f4f374e819d5d5 100644 (file)
@@ -1618,13 +1618,13 @@ of two matrices is a matrix."
            (if (not (or (equal math-expr-data math-rb-close)
                         (equal math-expr-data ")")
                         (eq math-exp-token 'end)))
-               (throw 'syntax "Expected ‘]’")))
+               (throw 'syntax "Expected `]'")))
        (if (equal math-expr-data ";")
            (let ((math-exp-keep-spaces space-sep))
              (setq vals (cons 'vec (math-read-matrix (list vals))))))
        (if (not (or (equal math-expr-data math-rb-close)
                     (eq math-exp-token 'end)))
-           (throw 'syntax "Expected ‘]’")))
+           (throw 'syntax "Expected `]'")))
       (or (eq math-exp-token 'end)
          (math-read-token))
       vals)))