Fix curved quotes in a few places
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 5 Jun 2015 06:44:38 +0000 (23:44 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 5 Jun 2015 06:54:49 +0000 (23:54 -0700)
commit1ba0149572ff9841c4838a25358ef08a516976db
treec7a38c4bb2ae7a1db5f04529573d78b1a0433410
parent8fb6253c0073aaee5c76762da4356b3c5c56c273
Fix curved quotes in a few places

* lisp/calc/calc-misc.el (calc-help): Fix quoting.
The strings in question are not doc strings, so this partially
undoes the recent change that assumed they were doc strings.
* lisp/cedet/srecode/srt-mode.el (srecode-macro-help):
* lisp/info.el (Info-finder-find-node):
Use curved quotes.
* lisp/emacs-lisp/derived.el (derived-mode-make-docstring):
Also allow curved quotes in doc strings.
lisp/calc/calc-misc.el
lisp/cedet/srecode/srt-mode.el
lisp/emacs-lisp/derived.el
lisp/info.el