diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-05-22 22:14:17 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-05-22 22:14:17 +0000 |
commit | a4e104bf5ccd3e19a16cdb6bad79edff86fba3cb (patch) | |
tree | 106f991547a8ed4187816562af115ad9b3dc87b5 /lisp/textmodes/refbib.el | |
parent | ee6f7c13b2e23119ec5932a6cf2190dca36b95c4 (diff) | |
download | emacs-a4e104bf5ccd3e19a16cdb6bad79edff86fba3cb.tar.gz |
Doc fix.
Diffstat (limited to 'lisp/textmodes/refbib.el')
-rw-r--r-- | lisp/textmodes/refbib.el | 4 |
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. for the journal name should be listed as beginning with a capital letter, even if it really doesn't. For example, a value of '((\"Aij\" \"{Artificial Intelligence}\") -(\"Ijcai81\" \"ijcai7\")) would expand Aij to the text string +\(\"Ijcai81\" \"ijcai7\")) would expand Aij to the text string \"Artificial Intelligence\", but would replace Ijcai81 with the BibTeX macro \"ijcai7\".") @@ -87,7 +87,7 @@ may be eliminated if is exactly the same as the car. Because titles are capitalized before matching, the abbreviated title should be listed as beginning with a capital letter, even if it doesn't. For example, a value of '((\"Aij\" \"{Artificial Intelligence}\") -(\"Ijcai81\" \"ijcai7\")) would expand Aij to the text string +\(\"Ijcai81\" \"ijcai7\")) would expand Aij to the text string \"Artificial Intelligence\", but would replace Ijcai81 with the BibTeX macro \"ijcai7\".") |