Escape ` and ' in doc
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 2 Sep 2015 05:29:33 +0000 (05:29 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 2 Sep 2015 05:29:33 +0000 (05:29 +0000)
commit2a6100b64dea45b4a72f4443f8fd49db523f35ce
tree6899a6b4893cda1a10873fd48f86ecad0f7cd0ea
parent9b59bbc726ce58ee2923a0e3eff5b05523e88630
Escape ` and ' in doc

* gnus-art.el (gnus-article-address-banner-alist)
(gnus-face-properties-alist):
* gnus-sum.el (gnus-newsgroup-variables):
* nndiary.el (nndiary-reminders):
* nnmail.el (nnmail-fancy-expiry-targets, nnmail-split-fancy):
Escape apostrophes and grave accents in docstrings if they
are supposed to stand for themselves and are not quotes.  Remove
apostrophes from docstring examples like ‘'(calendar-nth-named-day
-1 0 10 year)’ that confuse source code with data.  Do some other
minor docstring fixups as well, e.g., insert a missing close
quote.
lisp/ChangeLog
lisp/gnus-art.el
lisp/gnus-sum.el
lisp/nndiary.el
lisp/nnmail.el