]> git.eshelyaron.com Git - emacs.git/commitdiff
citeasnoun in reftex can take an optional parameter
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 13 Jul 2019 14:34:55 +0000 (16:34 +0200)
committerLars 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

index 88ad4478b060a12bf3cabfda8dfa43f1ab4d1103..a9d5819f4b65a3c4dd60531f15679683d26514d9 100644 (file)
@@ -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}")