projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
194f370
)
citeasnoun in reftex can take an optional parameter
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 13 Jul 2019 14:34:55 +0000
(16:34 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 13 Jul 2019 14:34:55 +0000
(16:34 +0200)
* lisp/textmodes/reftex-vars.el (reftex-cite-format-builtin):
citeasnoun can take an optional parameter (bug#31476). Suggested
by Konrad Podczeck.
lisp/textmodes/reftex-vars.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/reftex-vars.el
b/lisp/textmodes/reftex-vars.el
index 88ad4478b060a12bf3cabfda8dfa43f1ab4d1103..a9d5819f4b65a3c4dd60531f15679683d26514d9 100644
(file)
--- a/
lisp/textmodes/reftex-vars.el
+++ b/
lisp/textmodes/reftex-vars.el
@@
-202,8
+202,8
@@
distribution. Mixed-case symbols are convenience aliases.")
(harvard "The Harvard package"
((?\C-m . "\\cite[]{%l}")
(?p . "\\cite[]{%l}")
- (?t . "\\citeasnoun{%l}")
- (?n . "\\citeasnoun{%l}")
+ (?t . "\\citeasnoun
[]
{%l}")
+ (?n . "\\citeasnoun
[]
{%l}")
(?s . "\\possessivecite{%l}")
(?e . "\\citeaffixed{%l}{?}")
(?y . "\\citeyear{%l}")