]> code.delx.au - gnu-emacs/commit
Handle curved quotes in info files
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 26 May 2015 19:29:38 +0000 (12:29 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 26 May 2015 19:30:27 +0000 (12:30 -0700)
commit5e9756e4c68a199f051c2b9998c07a683ff479ff
tree40d20ebd53bd74fe6cc9d924b0b5d762e366f45b
parentd86ef9fc4a45bd1f3c79c4814b9e1e545ce0a07c
Handle curved quotes in info files

* lisp/calc/calc-help.el (calc-describe-thing):
* lisp/info.el (Info-find-index-name)
(Info-try-follow-nearest-node, Info-fontify-node):
* lisp/vc/ediff-help.el (ediff-help-for-quick-help):
In info files, process quotes ‘like this’ the same way we process
quotes `like this'.  This catches a few places we missed earlier.
lisp/calc/calc-help.el
lisp/info.el
lisp/vc/ediff-help.el