emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/international/mule.el


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/lisp/international/mule.el
Date: Thu, 29 Nov 2001 07:16:43 -0500

Index: emacs/lisp/international/mule.el
diff -u emacs/lisp/international/mule.el:1.134 
emacs/lisp/international/mule.el:1.135
--- emacs/lisp/international/mule.el:1.134      Mon Oct 15 04:47:11 2001
+++ emacs/lisp/international/mule.el    Thu Nov  8 06:33:31 2001
@@ -1535,14 +1535,14 @@
 
 (defun make-translation-table (&rest args)
   "Make a translation table from arguments.
-A translation table is a char table intended for for character
+A translation table is a char table intended for character
 translation in CCL programs.
 
-Each argument is a list of elemnts of the form (FROM . TO), where FROM
+Each argument is a list of elements of the form (FROM . TO), where FROM
 is a character to be translated to TO.
 
 FROM can be a generic character (see `make-char').  In this case, TO is
-a generic character containing the same number of characters, or a
+a generic character containing the same number of characters, or an
 ordinary character.  If FROM and TO are both generic characters, all
 characters belonging to FROM are translated to characters belonging to TO
 without changing their position code(s).



reply via email to

[Prev in Thread] Current Thread [Next in Thread]