Mercurial > emacs
changeset 10434:5cb0747f521f
(iso-aggressive-german-trans-tab): Doc fix.
(iso-cvt-ffh, iso-cvt-wfh, iso-cvt-ash): Doc fix.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Mon, 16 Jan 1995 22:48:03 +0000 |
parents | 8859f1967e8f |
children | 0f07f211973a |
files | lisp/international/iso-cvt.el |
diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/iso-cvt.el Mon Jan 16 06:48:15 1995 +0000 +++ b/lisp/international/iso-cvt.el Mon Jan 16 22:48:03 1995 +0000 @@ -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 @@ (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))