aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab <[email protected]>2002-12-26 17:29:06 +0000
committerAndreas Schwab <[email protected]>2002-12-26 17:29:06 +0000
commit9ddf362eb8c939b3da3fdd6469be09fd4a4c342d (patch)
tree4fd6670a41e867d8cbb1e868bf064247220347fe
parent6ca12bea0b129a9685f80577b3edad5dc4ebb469 (diff)
(select-safe-coding-system): Fix typo.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/international/mule-cmds.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d86752b241..86edfc6c73 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2002-12-26 Andreas Schwab <[email protected]>
+
+ * international/mule-cmds.el (select-safe-coding-system): Fix
+ typo.
+
2002-12-26 Andre Spiegel <[email protected]>
* vc.el (vc-next-action-on-file): Use t argument to vc-checkout in
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el
index 62a4cd676d..d5b7663c5f 100644
--- a/lisp/international/mule-cmds.el
+++ b/lisp/international/mule-cmds.el
@@ -839,7 +839,7 @@ one of the following safe coding systems, or edit the buffer:\n")
(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)))