]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/edebug.el
text-quoting-style in emacs-lisp diagnostics
[gnu-emacs] / lisp / emacs-lisp / edebug.el
index b5b68d268f698b7036327cd21211878e44259016..d7e390359a837f8b3c55db6f5ed78d4d41d5b844 100644 (file)
@@ -880,7 +880,7 @@ Maybe clear the markers and delete the symbol's edebug property?"
              (setq dotted-form (edebug-read-storing-offsets stream))
                    elements (nconc elements dotted-form)
              (if (not (eq (edebug-next-token-class) 'rparen))
-                 (edebug-syntax-error "Expected `)'"))
+                 (edebug-syntax-error "Expected ‘)’"))
              (setq edebug-read-dotted-list (listp dotted-form))
              ))
        elements)