]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix a typo in a comment.
authorEli Zaretskii <eliz@gnu.org>
Thu, 25 Jan 2001 13:00:13 +0000 (13:00 +0000)
committerEli Zaretskii <eliz@gnu.org>
Thu, 25 Jan 2001 13:00:13 +0000 (13:00 +0000)
lisp/international/mule.el
src/s/msdos.h

index 3eddc32a25c583829adac00edcd44c89404c6445..01c1b744e69b44ca73ca59f1d338945fbda8ea0d 100644 (file)
@@ -743,8 +743,8 @@ treated as a compiled CCL code.
 a value of `safe-charsets' in PLIST."
 
   ;; For compatiblity with XEmacs, we check the type of TYPE.  If it
-  ;; is a symbol, perhaps, this fucntion is called with arguments of
-  ;; XEmacs style.  Here, try to transform that kind of arguments to
+  ;; is a symbol, perhaps, this function is called with XEmacs-style
+  ;; arguments.  Here, try to transform that kind of arguments to
   ;; Emacs style.
   (if (symbolp type)
       (let ((args (transform-make-coding-system-args coding-system type
index 72f5b1b0861c6e8183732ccac954b9e2049c8dd1..d75812e06146f65db39b26477a2fbb67c2934f9f 100644 (file)
@@ -270,7 +270,7 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */
 #define SYSTEM_PURESIZE_EXTRA 60000
 #endif
 
-/* Tell that garbage collector that setjmp is known to save all
+/* Tell the garbage collector that setjmp is known to save all
    registers relevant for conservative garbage collection in the
    jmp_buf.  */