Fix docstring quoting problems with ‘ '’
commitac16149ba470ae8a625d42a61adbb6e84254c675
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 17 Nov 2015 23:28:50 +0000 (17 15:28 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 17 Nov 2015 23:29:35 +0000 (17 15:29 -0800)
tree9575cf0f1c5139a1943f9a18dd444ddc46983aa9
parentabf673af29ba2a2e0001ebd1db183377724f0cc4
Fix docstring quoting problems with ‘ '’

Problem reported by Artur Malabarba in:
http://lists.gnu.org/archive/html/emacs-devel/2015-11/msg01513.html
Most of these fixes are to documentation; many involve fixing
longstanding quoting glitches that are independent of the
recent substitute-command-keys changes.  The changes to code are:
* lisp/cedet/mode-local.el (mode-local-augment-function-help)
(describe-mode-local-overload):
Substitute docstrings before displaying them.
* lisp/emacs-lisp/cl-macs.el (cl--transform-lambda):
Quote the generated docstring for later substitution.
142 files changed:
lisp/calculator.el
lisp/calendar/calendar.el
lisp/calendar/diary-lib.el
lisp/calendar/icalendar.el
lisp/cedet/ede.el
lisp/cedet/ede/files.el
lisp/cedet/mode-local.el
lisp/cedet/semantic.el
lisp/cedet/semantic/bovine/c.el
lisp/cedet/semantic/db-find.el
lisp/cedet/semantic/doc.el
lisp/cedet/semantic/fw.el
lisp/cedet/semantic/lex.el
lisp/cedet/semantic/sort.el
lisp/cedet/semantic/symref.el
lisp/cedet/semantic/tag.el
lisp/desktop.el
lisp/dframe.el
lisp/emacs-lisp/advice.el
lisp/emacs-lisp/avl-tree.el
lisp/emacs-lisp/backquote.el
lisp/emacs-lisp/bytecomp.el
lisp/emacs-lisp/chart.el
lisp/emacs-lisp/cl-macs.el
lisp/emacs-lisp/easy-mmode.el
lisp/emacs-lisp/ert.el
lisp/emacs-lisp/gv.el
lisp/emacs-lisp/let-alist.el
lisp/emulation/keypad.el
lisp/emulation/viper-keym.el
lisp/epg.el
lisp/erc/erc-backend.el
lisp/erc/erc-button.el
lisp/erc/erc-match.el
lisp/erc/erc-ring.el
lisp/erc/erc-track.el
lisp/erc/erc.el
lisp/eshell/esh-cmd.el
lisp/eshell/esh-util.el
lisp/facemenu.el
lisp/faces.el
lisp/files.el
lisp/filesets.el
lisp/find-file.el
lisp/frame.el
lisp/gnus/gnus-mlspl.el
lisp/gnus/message.el
lisp/gnus/mm-decode.el
lisp/gnus/mm-util.el
lisp/hi-lock.el
lisp/htmlfontify.el
lisp/ibuffer.el
lisp/ido.el
lisp/image-dired.el
lisp/image.el
lisp/imenu.el
lisp/indent.el
lisp/mail/feedmail.el
lisp/mail/hashcash.el
lisp/mail/rfc2368.el
lisp/mail/rmail.el
lisp/mh-e/mh-e.el
lisp/mh-e/mh-identity.el
lisp/mh-e/mh-seq.el
lisp/net/ange-ftp.el
lisp/net/eww.el
lisp/net/imap.el
lisp/net/mairix.el
lisp/net/newst-backend.el
lisp/net/newst-plainview.el
lisp/net/rcirc.el
lisp/net/soap-client.el
lisp/net/tramp.el
lisp/org/ob-core.el
lisp/org/ob-exp.el
lisp/org/ob-table.el
lisp/org/org-agenda.el
lisp/org/org-faces.el
lisp/org/org-list.el
lisp/org/org-macs.el
lisp/org/org.el
lisp/printing.el
lisp/proced.el
lisp/progmodes/cc-mode.el
lisp/progmodes/compile.el
lisp/progmodes/cpp.el
lisp/progmodes/f90.el
lisp/progmodes/flymake.el
lisp/progmodes/fortran.el
lisp/progmodes/gdb-mi.el
lisp/progmodes/gud.el
lisp/progmodes/hideif.el
lisp/progmodes/hideshow.el
lisp/progmodes/idlwave.el
lisp/progmodes/js.el
lisp/progmodes/mantemp.el
lisp/progmodes/pascal.el
lisp/progmodes/python.el
lisp/progmodes/sh-script.el
lisp/progmodes/simula.el
lisp/progmodes/sql.el
lisp/progmodes/vera-mode.el
lisp/progmodes/verilog-mode.el
lisp/progmodes/vhdl-mode.el
lisp/ps-bdf.el
lisp/ps-print.el
lisp/ses.el
lisp/simple.el
lisp/speedbar.el
lisp/subr.el
lisp/tempo.el
lisp/term.el
lisp/textmodes/bibtex.el
lisp/textmodes/page-ext.el
lisp/textmodes/refbib.el
lisp/textmodes/refer.el
lisp/textmodes/reftex-vars.el
lisp/textmodes/sgml-mode.el
lisp/textmodes/table.el
lisp/textmodes/tex-mode.el
lisp/textmodes/text-mode.el
lisp/time-stamp.el
lisp/url/url-auth.el
lisp/url/url-http.el
lisp/url/url-util.el
lisp/userlock.el
lisp/vc/ediff-init.el
lisp/vc/ediff-wind.el
lisp/vc/log-edit.el
lisp/vc/pcvs.el
lisp/vc/smerge-mode.el
lisp/vc/vc-cvs.el
lisp/vc/vc-hooks.el
lisp/vc/vc.el
lisp/wid-edit.el
lisp/windmove.el
lisp/window.el
lisp/woman.el
lisp/xml.el
src/dispnew.c
src/fns.c
src/frame.c