From 471b6c163f16fbc0b7c58c223bdb7f18ac7656e7 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 20 Dec 2017 16:23:11 -0500 Subject: ; Replace non-ascii quote characters in doc strings etc --- lisp/emacs-lisp/bytecomp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/emacs-lisp/bytecomp.el') diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index d62d8128c11..1fdbb7307aa 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -1253,7 +1253,7 @@ function directly; use `byte-compile-warn' or (defun byte-compile-report-error (error-info &optional fill) "Report Lisp error in compilation. ERROR-INFO is the error data, in the form of either (ERROR-SYMBOL . DATA) -or STRING. If FILL is non-nil, set ‘warning-fill-prefix’ to four spaces +or STRING. If FILL is non-nil, set `warning-fill-prefix' to four spaces when printing the error message." (setq byte-compiler-error-flag t) (byte-compile-log-warning -- cgit v1.2.3