From: Eli Zaretskii Date: Thu, 25 Jan 2001 13:00:13 +0000 (+0000) Subject: Fix a typo in a comment. X-Git-Tag: emacs-pretest-21.0.96~91 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c3d0ee512421b1a4f13462a15b44e4ad6609ef0c;p=emacs.git Fix a typo in a comment. --- diff --git a/lisp/international/mule.el b/lisp/international/mule.el index 3eddc32a25c..01c1b744e69 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el @@ -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 diff --git a/src/s/msdos.h b/src/s/msdos.h index 72f5b1b0861..d75812e0614 100644 --- a/src/s/msdos.h +++ b/src/s/msdos.h @@ -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. */