aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ffap.el
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/ffap.el
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/ffap.el')
-rw-r--r--lisp/ffap.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ffap.el b/lisp/ffap.el
index 975f7269192..8d3f8bfc37d 100644
--- a/lisp/ffap.el
+++ b/lisp/ffap.el
@@ -412,9 +412,9 @@ Optional SERVICE specifies the port used (default \"discard\").
412Optional QUIET flag suppresses the \"Pinging...\" message. 412Optional QUIET flag suppresses the \"Pinging...\" message.
413Optional STRATEGY overrides the three variables above. 413Optional STRATEGY overrides the three variables above.
414Returned values: 414Returned values:
415 t means that HOST answered. 415 t means that HOST answered.
416'accept means the relevant variable told us to accept. 416`accept' means the relevant variable told us to accept.
417\"mesg\" means HOST exists, but does not respond for some reason." 417\"mesg\" means HOST exists, but does not respond for some reason."
418 ;; Try some (Emory local): 418 ;; Try some (Emory local):
419 ;; (ffap-machine-p "ftp" nil nil 'ping) 419 ;; (ffap-machine-p "ftp" nil nil 'ping)
420 ;; (ffap-machine-p "nonesuch" nil nil 'ping) 420 ;; (ffap-machine-p "nonesuch" nil nil 'ping)