Revert some stray curved quotes I missed earlier

Problem reported by David Kastrup in:
http://lists.gnu.org/archive/html/emacs-devel/2015-09/msg00440.html
* lisp/international/mule-cmds.el (leim-list-header):
Use format-message with an ASCII-only format.
This commit is contained in:
Paul Eggert 2015-09-10 10:10:54 -07:00
parent a1cd8c96ca
commit cdb0ae37ab
9 changed files with 22 additions and 21 deletions

View file

@ -1663,7 +1663,7 @@ function,command,variable,option or symbol." ms1))))))
;; (concat "\\<" (regexp-quote (car fp)) "\\>")
;; newname))
;; (checkdoc-create-error
;; "Flag variable names should normally end in -flag" s
;; "Flag variable names should normally end in `-flag'" s
;; (marker-position e)))))
;; Done with variables
))