]> code.delx.au - gnu-emacs/commit
Fix some “nested” quoting confusion in doc strings
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 21 Jun 2015 19:34:11 +0000 (12:34 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 21 Jun 2015 19:38:08 +0000 (12:38 -0700)
commit38bb9ff0f4b92836199d8b3a0ee3903428bb7851
tree9bd50f9fc54b5996c8d5ef374b58a8f1538b399d
parent8b6d82d3ca86f76ed964063b3941a7c6ab0bf1c6
Fix some “nested” quoting confusion in doc strings

* lisp/emacs-lisp/advice.el (ad-map-arglists):
* lisp/kermit.el (kermit-clean-on):
* lisp/mh-e/mh-comp.el (mh-repl-group-formfile):
* src/keyboard.c (Frecursive_edit):
Use curved quotes when quoting text containing apostrophe,
so that the apostrophe isn't curved in the output.
lisp/emacs-lisp/advice.el
lisp/kermit.el
lisp/mh-e/mh-comp.el
src/keyboard.c