Mercurial > emacs
changeset 35553:79eb2dc0229e
Fix a typo in a comment.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Thu, 25 Jan 2001 13:00:13 +0000 |
parents | bf541983af82 |
children | e2037ba58bfe |
files | lisp/international/mule.el src/s/msdos.h |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule.el Thu Jan 25 12:58:22 2001 +0000 +++ b/lisp/international/mule.el Thu Jan 25 13:00:13 2001 +0000 @@ -743,8 +743,8 @@ 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
--- a/src/s/msdos.h Thu Jan 25 12:58:22 2001 +0000 +++ b/src/s/msdos.h Thu Jan 25 13:00:13 2001 +0000 @@ -270,7 +270,7 @@ #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. */