aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes/refbib.el
diff options
context:
space:
mode:
authorRichard M. Stallman1994-05-22 22:14:17 +0000
committerRichard M. Stallman1994-05-22 22:14:17 +0000
commita4e104bf5ccd3e19a16cdb6bad79edff86fba3cb (patch)
tree106f991547a8ed4187816562af115ad9b3dc87b5 /lisp/textmodes/refbib.el
parentee6f7c13b2e23119ec5932a6cf2190dca36b95c4 (diff)
downloademacs-a4e104bf5ccd3e19a16cdb6bad79edff86fba3cb.tar.gz
emacs-a4e104bf5ccd3e19a16cdb6bad79edff86fba3cb.zip
Doc fix.
Diffstat (limited to 'lisp/textmodes/refbib.el')
-rw-r--r--lisp/textmodes/refbib.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/refbib.el b/lisp/textmodes/refbib.el
index d8344df54d9..c0a62a0610a 100644
--- a/lisp/textmodes/refbib.el
+++ b/lisp/textmodes/refbib.el
@@ -72,7 +72,7 @@ may be eliminated if is exactly the same as the car.
72for the journal name should be listed as beginning with a capital 72for the journal name should be listed as beginning with a capital
73letter, even if it really doesn't. 73letter, even if it really doesn't.
74 For example, a value of '((\"Aij\" \"{Artificial Intelligence}\") 74 For example, a value of '((\"Aij\" \"{Artificial Intelligence}\")
75(\"Ijcai81\" \"ijcai7\")) would expand Aij to the text string 75\(\"Ijcai81\" \"ijcai7\")) would expand Aij to the text string
76\"Artificial Intelligence\", but would replace Ijcai81 with the 76\"Artificial Intelligence\", but would replace Ijcai81 with the
77BibTeX macro \"ijcai7\".") 77BibTeX macro \"ijcai7\".")
78 78
@@ -87,7 +87,7 @@ may be eliminated if is exactly the same as the car.
87 Because titles are capitalized before matching, the abbreviated title 87 Because titles are capitalized before matching, the abbreviated title
88should be listed as beginning with a capital letter, even if it doesn't. 88should be listed as beginning with a capital letter, even if it doesn't.
89 For example, a value of '((\"Aij\" \"{Artificial Intelligence}\") 89 For example, a value of '((\"Aij\" \"{Artificial Intelligence}\")
90(\"Ijcai81\" \"ijcai7\")) would expand Aij to the text string 90\(\"Ijcai81\" \"ijcai7\")) would expand Aij to the text string
91\"Artificial Intelligence\", but would replace Ijcai81 with the 91\"Artificial Intelligence\", but would replace Ijcai81 with the
92BibTeX macro \"ijcai7\".") 92BibTeX macro \"ijcai7\".")
93 93