[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/international/mule-cmds.el,v
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/international/mule-cmds.el,v |
Date: |
Wed, 27 Dec 2006 13:19:20 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Eli Zaretskii <eliz> 06/12/27 13:19:20
Index: mule-cmds.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/international/mule-cmds.el,v
retrieving revision 1.305
retrieving revision 1.306
diff -u -b -r1.305 -r1.306
--- mule-cmds.el 27 Dec 2006 05:11:42 -0000 1.305
+++ mule-cmds.el 27 Dec 2006 13:19:19 -0000 1.306
@@ -737,18 +737,18 @@
(insert "\n")
(fill-region-as-paragraph pos (point)))
(when rejected
- (insert "These safely encodes the target text,
-but it is not recommended for encoding text in this context,
+ (insert "These safely encode the text in the buffer,
+but are not recommended for encoding text in this context,
e.g., for sending an email message.\n ")
(dolist (x rejected)
(princ " ") (princ x))
(insert "\n"))
(when unsafe
- (insert (if rejected "And the others"
+ (insert (if rejected "The other coding systems"
"However, each of them")
- " encountered these problematic characters:\n")
+ " encountered characters it couldn't encode:\n")
(dolist (coding unsafe)
- (insert (format " %s:" (car coding)))
+ (insert (format " %s cannot encode these:" (car coding)))
(let ((i 0)
(func1
#'(lambda (bufname pos)
@@ -790,14 +790,15 @@
(insert "\n"))
(insert "\
-Click those characters to jump to the place they appear,\n"
+Click a character to jump to the place it appears,\n"
(substitute-command-keys "\
-and there \\[universal-argument] \\[what-cursor-position] will give
information about it.\n"))))
+where `\\[universal-argument] \\[what-cursor-position]' will give information
about it.\n"))))
(insert (substitute-command-keys "\nSelect \
-one of the following safe coding systems,\n\
-or cancel the writing by \\[keyboard-quit] and edit the buffer,\n\
-or specify any other coding system at the risk of
-losing the problematic characters.\n"))
+one of the safe coding systems listed below,\n\
+or cancel the writing with \\[keyboard-quit] and edit the buffer\n\
+ to remove or modify the problematic characters,\n\
+or specify any other coding system (and risk losing\n\
+ the problematic characters).\n\n"))
(let ((pos (point))
(fill-prefix " "))
(dolist (x codings)
- [Emacs-diffs] Changes to emacs/lisp/international/mule-cmds.el,v, Juanma Barranquero, 2006/12/09
- [Emacs-diffs] Changes to emacs/lisp/international/mule-cmds.el,v, Glenn Morris, 2006/12/09
- [Emacs-diffs] Changes to emacs/lisp/international/mule-cmds.el,v, Kenichi Handa, 2006/12/12
- [Emacs-diffs] Changes to emacs/lisp/international/mule-cmds.el,v, Kenichi Handa, 2006/12/13
- [Emacs-diffs] Changes to emacs/lisp/international/mule-cmds.el,v, Kenichi Handa, 2006/12/26
- [Emacs-diffs] Changes to emacs/lisp/international/mule-cmds.el,v, Kenichi Handa, 2006/12/27
- [Emacs-diffs] Changes to emacs/lisp/international/mule-cmds.el,v,
Eli Zaretskii <=
- [Emacs-diffs] Changes to emacs/lisp/international/mule-cmds.el,v, Richard M. Stallman, 2006/12/30