diff options
| author | Richard M. Stallman | 1994-05-22 22:14:17 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-05-22 22:14:17 +0000 |
| commit | a4e104bf5ccd3e19a16cdb6bad79edff86fba3cb (patch) | |
| tree | 106f991547a8ed4187816562af115ad9b3dc87b5 /lisp/textmodes/refbib.el | |
| parent | ee6f7c13b2e23119ec5932a6cf2190dca36b95c4 (diff) | |
| download | emacs-a4e104bf5ccd3e19a16cdb6bad79edff86fba3cb.tar.gz emacs-a4e104bf5ccd3e19a16cdb6bad79edff86fba3cb.zip | |
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. | |||
| 72 | for the journal name should be listed as beginning with a capital | 72 | for the journal name should be listed as beginning with a capital |
| 73 | letter, even if it really doesn't. | 73 | letter, 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 |
| 77 | BibTeX macro \"ijcai7\".") | 77 | BibTeX 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 |
| 88 | should be listed as beginning with a capital letter, even if it doesn't. | 88 | should 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 |
| 92 | BibTeX macro \"ijcai7\".") | 92 | BibTeX macro \"ijcai7\".") |
| 93 | 93 | ||