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 | |
| parent | ee6f7c13b2e23119ec5932a6cf2190dca36b95c4 (diff) | |
| download | emacs-a4e104bf5ccd3e19a16cdb6bad79edff86fba3cb.tar.gz emacs-a4e104bf5ccd3e19a16cdb6bad79edff86fba3cb.zip | |
Doc fix.
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/ispell.el | 2 | ||||
| -rw-r--r-- | lisp/textmodes/refbib.el | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 7b3f71cff2e..73b58f68de5 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el | |||
| @@ -682,7 +682,7 @@ Currently the only other valid parser is 'tex. | |||
| 682 | 682 | ||
| 683 | You can set this variable in hooks in your init file -- eg: | 683 | You can set this variable in hooks in your init file -- eg: |
| 684 | 684 | ||
| 685 | (add-hook 'tex-mode-hook (function (lambda () (setq ispell-parser 'tex))))") | 685 | \(add-hook 'tex-mode-hook (function (lambda () (setq ispell-parser 'tex))))") |
| 686 | 686 | ||
| 687 | (defvar ispell-region-end (make-marker) | 687 | (defvar ispell-region-end (make-marker) |
| 688 | "Marker that allows spelling continuations.") | 688 | "Marker that allows spelling continuations.") |
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 | ||