; Replace non-ascii quote characters in doc strings etc
This commit is contained in:
parent
7af7f5e155
commit
471b6c163f
9 changed files with 27 additions and 29 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue