[gnus git] branch master updated: m0-5-280-g3f80cb2 =1= emacs-mime.texi (Interface Functions): Use '??' rather than '@"{@dotless{i}}'
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 3f80cb2442e1c4a3418708a54cbac4d7f524338c (commit)
from 7694b161202581a55ddddd0390abc8b87f6c0e06 (commit)
- Log -----------------------------------------------------------------
commit 3f80cb2442e1c4a3418708a54cbac4d7f524338c
Author: Paul Eggert <[email protected]>
Date: Mon Mar 18 07:54:26 2013 +0000
emacs-mime.texi (Interface Functions): Use 'ï' rather than '@"{@dotless{i}}'
diff --git a/texi/ChangeLog b/texi/ChangeLog
index 88da371..443cb5b 100644
--- a/texi/ChangeLog
+++ b/texi/ChangeLog
@@ -1,3 +1,9 @@
+2013-03-17 Paul Eggert <[email protected]>
+
+ doc: convert some TeX accents to UTF-8
+ * emacs-mime.texi (Interface Functions): Use 'ï' rather than
+ '@"{@dotless{i}}'.
+
2013-03-07 Katsumi Yamaoka <[email protected]>
* gnus-faq.texi (FAQ 3-11): Now Gnus supports POP3 UIDL.
diff --git a/texi/emacs-mime.texi b/texi/emacs-mime.texi
index 3f24ed7..e68137b 100644
--- a/texi/emacs-mime.texi
+++ b/texi/emacs-mime.texi
@@ -1221,7 +1221,7 @@ Return the value of the field under point.
@item mail-encode-encoded-word-region
@findex mail-encode-encoded-word-region
Encode the non-@acronym{ASCII} words in the region. For instance,
-@samp{Na@"{@dotless{i}}ve} is encoded as @samp{=?iso-8859-1?q?Na=EFve?=}.
+@samp{Naïve} is encoded as @samp{=?iso-8859-1?q?Na=EFve?=}.
@item mail-encode-encoded-word-buffer
@findex mail-encode-encoded-word-buffer
@@ -1234,7 +1234,7 @@ Encode the words that need encoding in a string, and return the result.
@example
(mail-encode-encoded-word-string
- "This is na@"{@dotless{i}}ve, baby")
+ "This is naïve, baby")
@result{} "This is =?iso-8859-1?q?na=EFve,?= baby"
@end example
@@ -1249,7 +1249,7 @@ Decode the encoded words in the string and return the result.
@example
(mail-decode-encoded-word-string
"This is =?iso-8859-1?q?na=EFve,?= baby")
-@result{} "This is na@"{@dotless{i}}ve, baby"
+@result{} "This is naïve, baby"
@end example
@end table
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
texi/ChangeLog | 6 ++++++
texi/emacs-mime.texi | 6 +++---
2 files changed, 9 insertions(+), 3 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project