1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-21 21:20:44 -08:00
emacs/lisp/eshell
Paul Eggert ac16149ba4 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.
2015-11-17 15:29:35 -08:00
..
em-alias.el
em-banner.el
em-basic.el
em-cmpl.el
em-dirs.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
em-glob.el Fix several backslash typos in Elisp strings 2015-09-17 12:39:54 -07:00
em-hist.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
em-ls.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
em-pred.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
em-prompt.el
em-rebind.el
em-script.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
em-smart.el
em-term.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
em-tramp.el
em-unix.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
em-xtra.el
esh-arg.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
esh-cmd.el Fix docstring quoting problems with ‘ '’ 2015-11-17 15:29:35 -08:00
esh-ext.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
esh-io.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
esh-mode.el Fix eshell/clear not working if the output has a small line count 2015-10-29 03:08:10 +05:30
esh-module.el
esh-opt.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
esh-proc.el Quoting fixes in ERC and Eshell 2015-08-31 15:10:37 -07:00
esh-util.el Fix docstring quoting problems with ‘ '’ 2015-11-17 15:29:35 -08:00
esh-var.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
eshell.el