aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mh-e
diff options
context:
space:
mode:
authorPaul Eggert2015-09-03 15:31:12 -0700
committerPaul Eggert2015-09-03 15:32:54 -0700
commit26bd978d87dfbf9baa115cd961a67d42b416c4bf (patch)
tree20f3d063895796f54b9f521c0b35f65bbcd418c4 /lisp/mh-e
parent944d77f070da388b0c6e6578a9f868e88c088940 (diff)
downloademacs-26bd978d87dfbf9baa115cd961a67d42b416c4bf.tar.gz
emacs-26bd978d87dfbf9baa115cd961a67d42b416c4bf.zip
Fix some more docstring etc. quoting problems
Mostly these fixes prevent the transliteration of apostrophes that should stay apostrophes. Also, prefer curved quotes in Bahá’í proper names, as that’s the preferred Bahá’í style and these names are chock-full of non-ASCII characters anyway. * lisp/emacs-lisp/eieio-core.el (eieio-defclass-autoload) (eieio-defclass-internal): * lisp/emacs-lisp/eieio.el (defclass): * lisp/hi-lock.el (hi-lock-mode): Don’t transliterate Lisp apostrophes when generating a doc string or diagnostic. * lisp/international/mule-diag.el (list-coding-systems-1): * lisp/international/ogonek.el (ogonek-jak, ogonek-how): * lisp/mail/sendmail.el (sendmail-query-user-about-smtp): * lisp/vc/ediff-mult.el (ediff-redraw-registry-buffer): * lisp/vc/ediff-ptch.el (ediff-fixup-patch-map): Substitute quotes before putting them in the help buffer.
Diffstat (limited to 'lisp/mh-e')
-rw-r--r--lisp/mh-e/mh-compat.el2
-rw-r--r--lisp/mh-e/mh-e.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mh-e/mh-compat.el b/lisp/mh-e/mh-compat.el
index 82c7a4dc1c1..9865d085444 100644
--- a/lisp/mh-e/mh-compat.el
+++ b/lisp/mh-e/mh-compat.el
@@ -162,7 +162,7 @@ compatibility with versions of Emacs that lack the variable
162 162
163 (let* ((load-path (image-load-path-for-library \"mh-e\" \"mh-logo.xpm\")) 163 (let* ((load-path (image-load-path-for-library \"mh-e\" \"mh-logo.xpm\"))
164 (image-load-path (cons (car load-path) 164 (image-load-path (cons (car load-path)
165 (when (boundp 'image-load-path) 165 (when (boundp \\='image-load-path)
166 image-load-path)))) 166 image-load-path))))
167 (mh-tool-bar-folder-buttons-init))" 167 (mh-tool-bar-folder-buttons-init))"
168 (unless library (error "No library specified")) 168 (unless library (error "No library specified"))
diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el
index 22e4cd737ec..c89e71f5168 100644
--- a/lisp/mh-e/mh-e.el
+++ b/lisp/mh-e/mh-e.el
@@ -1657,7 +1657,7 @@ using the Emacs 22 command \"emacsclient\" as follows:
1657 origMode 1657 origMode
1658 polltime 10 1658 polltime 10
1659 headertime 0 1659 headertime 0
1660 command emacsclient --eval '(mh-inc-spool-mh-e)' 1660 command emacsclient --eval \\='(mh-inc-spool-mh-e)\\='
1661 1661
1662In XEmacs, the command \"gnuclient\" is used in a similar 1662In XEmacs, the command \"gnuclient\" is used in a similar
1663fashion." 1663fashion."