Markup fixes.
authorJesper Harder <harder@ifa.au.dk>
Mon, 24 Feb 2003 03:16:20 +0000 (03:16 +0000)
committerJesper Harder <harder@ifa.au.dk>
Mon, 24 Feb 2003 03:16:20 +0000 (03:16 +0000)
texi/ChangeLog
texi/emacs-mime.texi
texi/message.texi

index aa223fa..2d2033a 100644 (file)
@@ -2,6 +2,10 @@
 
        * gnus.texi: Markup fixes.
 
+       * message.texi: do.
+
+       * emacs-mime.texi: do.
+
 2003-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * message.texi (News Headers): Update description of Message-ID.
index dc29504..f249157 100644 (file)
@@ -1444,7 +1444,7 @@ Take a time and return the number of days that represents.
 
 @item safe-date-to-time
 Take a date and return a time.  If the date is not syntactically valid,
-return a "zero" date.
+return a ``zero'' date.
 
 @item time-less-p
 Take two times and say whether the first time is less (i. e., earlier)
index bf9486a..d4d1e48 100644 (file)
@@ -686,7 +686,7 @@ headers if necessary.
 @findex message-change-subject
 @cindex Subject
 Change the current @samp{Subject} header.  Ask for new @samp{Subject}
-header and append @code{(was: <Old Subject>)}.  The old subject can be
+header and append @samp{(was: <Old Subject>)}.  The old subject can be
 stripped on replying, see @code{message-subject-trailing-was-query}
 (@pxref{Message Headers}).
 
@@ -906,10 +906,10 @@ message a single part tag will be used.  This way, message mode will
 do the Right Thing (TM) with signed/encrypted multipart messages.
 
 @vindex mml-signencrypt-style-alist
-By default, when encrypting a message, Gnus will use the "signencrypt"
+By default, when encrypting a message, Gnus will use the ``signencrypt''
 mode.  If you would like to disable this for a particular message,
-give the mml-secure-message-encrypt-* command a prefix argument. (for
-example, C-u C-c C-m c p).  Additionally, by default Gnus will
+give the @code{mml-secure-message-encrypt-*} command a prefix argument. (for
+example, @kbd{C-u C-c C-m c p}).  Additionally, by default Gnus will
 separately sign, then encrypt a message which has the mode
 signencrypt.  If you would like to change this behavior you can
 customize the @code{mml-signencrypt-style-alist} variable.  For