* message.texi: Use m-dash consistently.
authorJesper Harder <harder@ifa.au.dk>
Fri, 5 Mar 2004 11:24:27 +0000 (11:24 +0000)
committerJesper Harder <harder@ifa.au.dk>
Fri, 5 Mar 2004 11:24:27 +0000 (11:24 +0000)
* emacs-mime.texi: do.

texi/ChangeLog
texi/emacs-mime.texi
texi/message.texi

index 823beba..2b3fbf9 100644 (file)
@@ -1,3 +1,9 @@
+2004-03-05  Jesper Harder  <harder@ifa.au.dk>
+
+       * message.texi: Use m-dash consistently.
+
+       * emacs-mime.texi: do.
+
 2004-03-05  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus.texi (POP before SMTP): New node.
index 69fec6c..23d8e40 100644 (file)
@@ -410,15 +410,15 @@ The program used to start an external terminal.
 
 @item mm-enable-external
 @vindex mm-enable-external
-Indicate whether external MIME handlers should be used.
+Indicate whether external @acronym{MIME} handlers should be used.
 
-If @code{t}, all defined external MIME handlers are used.  If
+If @code{t}, all defined external @acronym{MIME} handlers are used.  If
 @code{nil}, files are saved to disk (@code{mailcap-save-binary-file}).
 If it is the symbol @code{ask}, you are prompted before the external
 @acronym{MIME} handler is invoked.
 
 When you launch an attachment through mailcap (@pxref{mailcap}) an
-attempt is made to use a safe viewer with the safest options--this isn't
+attempt is made to use a safe viewer with the safest options---this isn't
 the case if you save it to disk and launch it in a different way
 (command line or double-clicking).  Anyhow, if you want to be sure not
 to launch any external programs, set this variable to @code{nil} or
index 9ca11e6..ce33954 100644 (file)
@@ -96,8 +96,8 @@ manual.
 @node Interface
 @chapter Interface
 
-When a program (or a person) wants to respond to a message -- reply,
-follow up, forward, cancel -- the program (or person) should just put
+When a program (or a person) wants to respond to a message---reply,
+follow up, forward, cancel---the program (or person) should just put
 point in the buffer where the message is and call the required command.
 @code{Message} will then pop up a new @code{message} mode buffer with
 appropriate headers filled out, and the user can edit the message before
@@ -1272,7 +1272,7 @@ installed.
 @section Message Headers
 
 Message is quite aggressive on the message generation front.  It has to
-be -- it's a combined news and mail agent.  To be able to send combined
+be---it's a combined news and mail agent.  To be able to send combined
 messages, it has to generate all headers itself (instead of letting the
 mail/news system do it) to ensure that mail and news copies of messages
 look sufficiently similar.
@@ -1311,7 +1311,7 @@ values:
 
 @table @code
 @item nil
-Just the address -- @samp{king@@grassland.com}.
+Just the address---@samp{king@@grassland.com}.
 
 @item parens
 @samp{king@@grassland.com (Elvis Parsley)}.
@@ -1987,7 +1987,7 @@ message is a message of type @var{type}.
 
 @item function
 A function to be called if @var{predicate} returns non-@code{nil}.
-@var{function} is called with one parameter -- the prefix.
+@var{function} is called with one parameter---the prefix.
 @end table
 
 @lisp