mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
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.
This commit is contained in:
parent
abf673af29
commit
ac16149ba4
142 changed files with 432 additions and 430 deletions
|
|
@ -332,7 +332,7 @@ which can be called interactively, are:
|
|||
(See `font-lock-keywords'.) They may be edited and re-loaded with \\[hi-lock-find-patterns],
|
||||
any valid `font-lock-keywords' form is acceptable. When a file is
|
||||
loaded the patterns are read if `hi-lock-file-patterns-policy' is
|
||||
'ask and the user responds y to the prompt, or if
|
||||
`ask' and the user responds y to the prompt, or if
|
||||
`hi-lock-file-patterns-policy' is bound to a function and that
|
||||
function returns t.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue