diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2009-10-04 02:11:57 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2009-10-04 02:11:57 +0000 |
commit | b4dc7d98882432c9c14c0edb91021bb4868f185e (patch) | |
tree | dbf2524c7a53feb3b68673621be1550307f94087 /lisp/international/mule-cmds.el | |
parent | a30e71aee84b52e1de298a29a96888150711e4a5 (diff) | |
download | emacs-b4dc7d98882432c9c14c0edb91021bb4868f185e.tar.gz |
Fix typos in comments.
Diffstat (limited to 'lisp/international/mule-cmds.el')
-rw-r--r-- | lisp/international/mule-cmds.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index 8c8934874ff..b9ae96f4ff0 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -854,7 +854,7 @@ and TO is ignored." (let ((no-other-defaults nil) auto-cs) (unless (or (stringp from) find-file-literally) - ;; Find an auto-coding that is specified for the the current + ;; Find an auto-coding that is specified for the current ;; buffer and file from the region FROM and TO. (save-excursion (save-restriction |