diff options
| author | Karl Heuer | 1996-01-04 23:42:58 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-01-04 23:42:58 +0000 |
| commit | 3cb76f89b6c7484ba52791a15c750bfe1f8960dc (patch) | |
| tree | e58e16828e3cc8dd8c8f519cd509c6d921d3f1af | |
| parent | 5e92ec88f3f3cbdc7e5fd004714fe0c6ab836d5e (diff) | |
| download | emacs-3cb76f89b6c7484ba52791a15c750bfe1f8960dc.tar.gz emacs-3cb76f89b6c7484ba52791a15c750bfe1f8960dc.zip | |
(iso-fix-tex2iso): Doc fix.
| -rw-r--r-- | lisp/international/iso-cvt.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/international/iso-cvt.el b/lisp/international/iso-cvt.el index cef8a02c668..6f5d33c2231 100644 --- a/lisp/international/iso-cvt.el +++ b/lisp/international/iso-cvt.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; iso-cvt.-el -- translate to ISO 8859-1 from/to net/TeX conventions | 1 | ;;; iso-cvt.el -- translate to ISO 8859-1 from/to net/TeX conventions |
| 2 | ;; This file was formerly called gm-lingo.el. | 2 | ;; This file was formerly called gm-lingo.el. |
| 3 | 3 | ||
| 4 | ;; Copyright (C) 1993, 1994 Free Software Foundation, Inc. | 4 | ;; Copyright (C) 1993, 1994 Free Software Foundation, Inc. |
| @@ -33,7 +33,7 @@ | |||
| 33 | ; to ISO. | 33 | ; to ISO. |
| 34 | ; | 34 | ; |
| 35 | ; Calling `iso-german' will turn the net convention for umlauts ("a etc.) | 35 | ; Calling `iso-german' will turn the net convention for umlauts ("a etc.) |
| 36 | ; into ISO latin1 umlaute for easy reading. | 36 | ; into ISO latin1 umlauts for easy reading. |
| 37 | ; 'iso-spanish' will turn net conventions for representing spanish | 37 | ; 'iso-spanish' will turn net conventions for representing spanish |
| 38 | ; to ISO latin1. (Note that accents are omitted in news posts most | 38 | ; to ISO latin1. (Note that accents are omitted in news posts most |
| 39 | ; of the time, only enye is escaped.) | 39 | ; of the time, only enye is escaped.) |
| @@ -50,7 +50,7 @@ | |||
| 50 | 50 | ||
| 51 | ;; TO DO: | 51 | ;; TO DO: |
| 52 | ; The net support should install hooks (like TeX support does) | 52 | ; The net support should install hooks (like TeX support does) |
| 53 | ; which recognizes certains news groups and translates all articles from | 53 | ; which recognizes certain news groups and translates all articles from |
| 54 | ; those groups. | 54 | ; those groups. |
| 55 | ; | 55 | ; |
| 56 | ; Cover more cases for translation (There is an infinite number of ways to | 56 | ; Cover more cases for translation (There is an infinite number of ways to |
| @@ -683,7 +683,7 @@ If German TeX is used, German TeX sequences are generated." | |||
| 683 | 683 | ||
| 684 | (defun iso-fix-tex2iso () | 684 | (defun iso-fix-tex2iso () |
| 685 | "Turn TeX sequences into ISO 8859-1 (aka. ISO Latin-1) characters. | 685 | "Turn TeX sequences into ISO 8859-1 (aka. ISO Latin-1) characters. |
| 686 | This function recognices German TeX buffers." | 686 | This function recognizes German TeX buffers." |
| 687 | (if (or (equal major-mode 'latex-mode) | 687 | (if (or (equal major-mode 'latex-mode) |
| 688 | (equal major-mode 'Latex-mode)) ; AucTeX wants this | 688 | (equal major-mode 'Latex-mode)) ; AucTeX wants this |
| 689 | (if (iso-german-tex-p) | 689 | (if (iso-german-tex-p) |