1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

Fix the @setfilename directive.

This commit is contained in:
Eli Zaretskii 2000-09-29 16:14:23 +00:00
parent 0cb39153b7
commit a1720df0f2
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
\input texinfo @c -*-texinfo-*-
@setfilename ../emacs-mime
@setfilename ../info/emacs-mime
@settitle Emacs MIME Manual
@synindex fn cp
@synindex vr cp
@ -235,7 +235,7 @@ Narrow the buffer to the header under point.
@item mail-encode-encoded-word-region
@findex mail-encode-encoded-word-region
Encode the non-ASCII words in the region. For instance,
@samp{Naïve} is encoded as @samp{=?iso-8859-1?q?Na=EFve?=}.
@samp{Nave} is encoded as @samp{=?iso-8859-1?q?Na=EFve?=}.
@item mail-encode-encoded-word-buffer
@findex mail-encode-encoded-word-buffer
@ -248,7 +248,7 @@ Encode the words that need encoding in a string, and return the result.
@example
(mail-encode-encoded-word-string
"This is naïve, baby")
"This is nave, baby")
@result{} "This is =?iso-8859-1?q?na=EFve,?= baby"
@end example
@ -263,7 +263,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ïve, baby"
@result{} "This is nave, baby"
@end example
@end table

View File

@ -1,6 +1,6 @@
\input texinfo @c -*-texinfo-*-
@setfilename ../message
@setfilename ../info/message
@settitle Message 5.9.0 Manual
@synindex fn cp
@synindex vr cp