]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix the @setfilename directive.
authorEli Zaretskii <eliz@gnu.org>
Fri, 29 Sep 2000 16:14:23 +0000 (16:14 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 29 Sep 2000 16:14:23 +0000 (16:14 +0000)
man/emacs-mime.texi
man/message.texi

index 2fdc7a59dc5cc23be3aa6eb8bce8f606e02d92fc..93a794fcf1f94712c9dbc7b5ac2dea97cccacb38 100644 (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{Na\7fve} 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 na\7fve, 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 na\7fve, baby"
 @end example
 
 @end table
index b9439082815f16b8548d579b0b891b98b969fe59..a88a7ea7dea68f79c55aceff2b565143ee161628 100644 (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