;; 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.
("\\\\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
'(
(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))