changeset 48971:6d60ff927211

(select-safe-coding-system): Fix typo.
author Andreas Schwab <schwab@suse.de>
date Thu, 26 Dec 2002 17:27:20 +0000
parents 9fa44cbabc8b
children 2d4e1ccc9f01
files lisp/international/mule-cmds.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)))