X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/66081ad6f4dba44b64c809cde5f4a904b0f381fb..c87523bd8dbd9c9c5b8afdae43107f0badc0c924:/lisp/emacs-lisp/edebug.el diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el index b5b68d268f..d7e390359a 100644 --- a/lisp/emacs-lisp/edebug.el +++ b/lisp/emacs-lisp/edebug.el @@ -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)