aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1995-01-16 22:48:03 +0000
committerKarl Heuer <[email protected]>1995-01-16 22:48:03 +0000
commitab7748010f5bcb72dd3b334acfabd0da769964d7 (patch)
tree1049469323acf854ce877fe3aabced6d797390b8 /lisp
parent569f49447b54f975fa5a4d231ee12c809ca83de2 (diff)
(iso-aggressive-german-trans-tab): Doc fix.
(iso-cvt-ffh, iso-cvt-wfh, iso-cvt-ash): Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/international/iso-cvt.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/international/iso-cvt.el b/lisp/international/iso-cvt.el
index f4b45e2e11..8fa955cca6 100644
--- a/lisp/international/iso-cvt.el
+++ b/lisp/international/iso-cvt.el
@@ -22,7 +22,7 @@
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;;; Commentary:
-;; This lisp code server two purposes, both of which involve
+;; This lisp code serves two purposes, both of which involve
;; the translation of various conventions for representing European
;; character sets to ISO 8859-1.
@@ -114,8 +114,8 @@
("\\\\3" "�")
)
"German translation table.
-This table uses an aggressive translation approach and may translate
-erroneously translate too much.")
+This table uses an aggressive translation approach and may erroneously
+translate too much.")
(defvar iso-conservative-german-trans-tab
'(
@@ -694,16 +694,16 @@ This function recognices German TeX buffers."
(iso-tex2iso)))
(defun iso-cvt-ffh ()
- "find-file-hook for iso-cvt-cvt.el."
+ "find-file-hook for iso-cvt.el."
(iso-fix-tex2iso)
(set-buffer-modified-p nil))
(defun iso-cvt-wfh ()
- "write file hook for iso-cvt-cvt.el."
+ "write file hook for iso-cvt.el."
(iso-fix-iso2tex))
(defun iso-cvt-ash ()
- "after save hook for iso-cvt-cvt.el."
+ "after save hook for iso-cvt.el."
(iso-fix-tex2iso)
(set-buffer-modified-p nil))