mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -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
|
|
@ -1503,7 +1503,7 @@ At most `bibtex-entry-kill-ring-max' items are kept here.")
|
|||
"The tail of `bibtex-entry-kill-ring' whose car is the last item yanked.")
|
||||
|
||||
(defvar bibtex-last-kill-command nil
|
||||
"Type of the last kill command (either 'field or 'entry).")
|
||||
"Type of the last kill command (either `field' or `entry').")
|
||||
|
||||
(defvar bibtex-strings
|
||||
(lazy-completion-table bibtex-strings
|
||||
|
|
@ -2573,7 +2573,7 @@ Formats current entry according to variable `bibtex-entry-format'."
|
|||
|
||||
(defun bibtex-field-re-init (regexp-alist type)
|
||||
"Calculate optimized value for bibtex-regexp-TYPE-opt.
|
||||
This value is based on bibtex-regexp-TYPE-alist. TYPE is 'braces or 'strings.
|
||||
This value is based on bibtex-regexp-TYPE-alist. TYPE is `braces' or `strings'.
|
||||
Return optimized value to be used by `bibtex-format-entry'."
|
||||
(setq regexp-alist
|
||||
(mapcar (lambda (e)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue