mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
; Fix compiler warning
* lisp/textmodes/reftex-vars.el (reftex-cite-format-builtin): Fix character escaping in the docstring. (bug#69341)
This commit is contained in:
parent
15b6d72599
commit
d1fe392f93
1 changed files with 2 additions and 3 deletions
|
|
@ -235,11 +235,10 @@ distribution. Mixed-case symbols are convenience aliases.")
|
|||
"ConTeXt bib module"
|
||||
((?\C-m . "\\cite[%l]")
|
||||
(?s . "\\cite[][%l]")
|
||||
(?n . "\\nocite[%l]")))
|
||||
)
|
||||
(?n . "\\nocite[%l]"))))
|
||||
"Builtin versions of the citation format.
|
||||
The following conventions are valid for all alist entries:
|
||||
`?\C-m' should always point to a straight \\cite{%l} macro.
|
||||
`?\\C-m' should always point to a straight \\cite{%l} macro.
|
||||
`?t' should point to a textual citation (citation as a noun).
|
||||
`?p' should point to a parenthetical citation.")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue