Quoting fixes in doc strings and diagnostics
* lisp/emacs-lisp/bytecomp.el (byte-compile-setq, byte-compile-funcall): * lisp/gnus/mml-smime.el (mml-smime-get-dns-cert) (mml-smime-get-ldap-cert): Follow user style preference when quoting diagnostics.
This commit is contained in:
parent
2c0dc9fa70
commit
91557f5e2d
8 changed files with 26 additions and 24 deletions
|
@ -55,7 +55,7 @@ found in the map, the corresponding PAT doesn't match the value
|
|||
associated to the KEY.
|
||||
|
||||
Each element can also be a SYMBOL, which is an abbreviation of a (KEY
|
||||
PAT) tuple of the form ('SYMBOL SYMBOL).
|
||||
PAT) tuple of the form (\\='SYMBOL SYMBOL).
|
||||
|
||||
Keys in ARGS not found in the map are ignored, and the match doesn't
|
||||
fail."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue