diff lisp/international/mule-cmds.el @ 48971:6d60ff927211

(select-safe-coding-system): Fix typo.
author Andreas Schwab <schwab@suse.de>
date Thu, 26 Dec 2002 17:27:20 +0000
parents 41a95e836e30
children 835ac7993b8d
line wrap: on
line diff
--- a/lisp/international/mule-cmds.el	Thu Dec 26 14:44:21 2002 +0000
+++ b/lisp/international/mule-cmds.el	Thu Dec 26 17:27:20 2002 +0000
@@ -839,7 +839,7 @@
 		(insert "\n")
 		(fill-region-as-paragraph pos (point)))
 	      (insert "Or specify any other coding system
-on your risk of loosing the problematic characters.\n")))
+on your risk of losing the problematic characters.\n")))
 
 	  ;; Read a coding system.
 	  (setq default-coding-system (or (car safe) (car codings)))