diff options
| author | Richard M. Stallman | 1996-10-12 02:30:37 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-10-12 02:30:37 +0000 |
| commit | 7635fc7c22b291155706ce31fadbdd144f349096 (patch) | |
| tree | 4407a7ccef89ed6dd082bb720062dbd598b376cb /lisp/textmodes | |
| parent | abd17e61136efcf16e1d434ac9795e50e7e4b122 (diff) | |
| download | emacs-7635fc7c22b291155706ce31fadbdd144f349096.tar.gz emacs-7635fc7c22b291155706ce31fadbdd144f349096.zip | |
(r2b-proceedings-list, r2b-help-message): Doc fixes.
Diffstat (limited to 'lisp/textmodes')
| -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 6b45a307bf8..ec3039e578d 100644 --- a/lisp/textmodes/refbib.el +++ b/lisp/textmodes/refbib.el | |||
| @@ -102,7 +102,7 @@ The entry must match the given data exactly. | |||
| 102 | Because titles are capitalized before matching, the items in this list | 102 | Because titles are capitalized before matching, the items in this list |
| 103 | should begin with a capital letter. | 103 | should begin with a capital letter. |
| 104 | For example, suppose the title \"Ijcai81\" is used for the proceedings of | 104 | For example, suppose the title \"Ijcai81\" is used for the proceedings of |
| 105 | a conference, and it's expansion is the BibTeX macro \"ijcai7\". Then | 105 | a conference, and its expansion is the BibTeX macro \"ijcai7\". Then |
| 106 | `r2b-proceedings-list' should be '((\"Ijcai81\") ...). If instead its | 106 | `r2b-proceedings-list' should be '((\"Ijcai81\") ...). If instead its |
| 107 | expansion were \"Proceedings of the Seventh International Conference | 107 | expansion were \"Proceedings of the Seventh International Conference |
| 108 | on Artificial Intelligence\", then you would NOT need to include Ijcai81 | 108 | on Artificial Intelligence\", then you would NOT need to include Ijcai81 |
| @@ -680,7 +680,7 @@ users of TeX and LaTex. Instructions: | |||
| 680 | 1. Visit the file containing the refer-style database. | 680 | 1. Visit the file containing the refer-style database. |
| 681 | 2. The command | 681 | 2. The command |
| 682 | M-x r2b-convert-buffer | 682 | M-x r2b-convert-buffer |
| 683 | converts the entire buffer, appending it's output by default in a | 683 | converts the entire buffer, appending its output by default in a |
| 684 | buffer named *Out*, and logging progress and errors in a buffer | 684 | buffer named *Out*, and logging progress and errors in a buffer |
| 685 | named *Log*. The original file is never modified. | 685 | named *Log*. The original file is never modified. |
| 686 | Note that results are appended to *Out*, so if that buffer | 686 | Note that results are appended to *Out*, so if that buffer |