Mercurial > emacs
changeset 36633:5dad3c516338
Fix a typo in a comment.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Wed, 07 Mar 2001 16:52:08 +0000 |
parents | 1bfc2fad762a |
children | f3706ac7b437 |
files | src/fileio.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fileio.c Wed Mar 07 16:49:27 2001 +0000 +++ b/src/fileio.c Wed Mar 07 16:52:08 2001 +0000 @@ -4470,7 +4470,7 @@ { /* If the variable `buffer-file-coding-system' is set locally, it means that the file was read with some kind of code - conversion or the varialbe is explicitely set by users. We + conversion or the variable is explicitly set by users. We had better write it out with the same coding system even if `enable-multibyte-characters' is nil.