emacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-commit] emacs/lisp/mh-e mh-mime.el mh-funcs.el mh-e.el ...


From: Bill Wohler
Subject: [Emacs-commit] emacs/lisp/mh-e mh-mime.el mh-funcs.el mh-e.el ...
Date: Fri, 23 Dec 2005 07:47:02 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         
Changes by:     Bill Wohler <address@hidden>    05/12/23 07:47:02

Modified files:
        lisp/mh-e      : mh-mime.el mh-funcs.el mh-e.el mh-customize.el 
                         mh-comp.el 

Log message:
        Don't need to quote parenthesis within docstrings that are no longer
        in the first column.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/lisp/mh-e/mh-mime.el.diff?tr1=1.28&tr2=1.29&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/lisp/mh-e/mh-funcs.el.diff?tr1=1.18&tr2=1.19&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/lisp/mh-e/mh-e.el.diff?tr1=1.41&tr2=1.42&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/lisp/mh-e/mh-customize.el.diff?tr1=1.48&tr2=1.49&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/lisp/mh-e/mh-comp.el.diff?tr1=1.29&tr2=1.30&r1=text&r2=text

Patches:
Index: emacs/lisp/mh-e/mh-comp.el
diff -u emacs/lisp/mh-e/mh-comp.el:1.29 emacs/lisp/mh-e/mh-comp.el:1.30
--- emacs/lisp/mh-e/mh-comp.el:1.29     Fri Dec 23 07:40:40 2005
+++ emacs/lisp/mh-e/mh-comp.el  Fri Dec 23 07:47:02 2005
@@ -549,7 +549,7 @@
 
 Two windows are then created. One window contains the message to
 which you are replying in an MH-Show buffer. Your draft, in
-MH-Letter mode \(see `mh-letter-mode'), is in the other window.
+MH-Letter mode (see `mh-letter-mode'), is in the other window.
 
 If you supply a prefix argument INCLUDEP, the message you are
 replying to is inserted in your reply after having first been run
@@ -1610,7 +1610,7 @@
 If this isn't enough, you can gain full control over the
 appearance of the included text by setting `mail-citation-hook'
 to a function that modifies it. For example, if you set this hook
-to `trivial-cite' \(which is NOT part of Emacs), set
+to `trivial-cite' (which is NOT part of Emacs), set
 `mh-yank-behavior' to \"Body and Header\" (see URL
 `http://shasta.cs.uiuc.edu/~lrclause/tc.html').
 
@@ -1856,7 +1856,7 @@
 (defun mh-letter-complete (arg)
   "Perform completion on header field or word preceding point.
 If the field contains addresses (for example, \"To:\" or \"Cc:\")
-or folders \(for example, \"Fcc:\") then this command will
+or folders (for example, \"Fcc:\") then this command will
 provide alias completion. In the body of the message, this
 command runs `mh-letter-complete-function' instead, which is set
 to \"'ispell-complete-word\" by default. This command takes a
Index: emacs/lisp/mh-e/mh-customize.el
diff -u emacs/lisp/mh-e/mh-customize.el:1.48 
emacs/lisp/mh-e/mh-customize.el:1.49
--- emacs/lisp/mh-e/mh-customize.el:1.48        Fri Dec 23 07:40:40 2005
+++ emacs/lisp/mh-e/mh-customize.el     Fri Dec 23 07:47:02 2005
@@ -935,7 +935,7 @@
 vanilla \"PGP\" and \"S/MIME\".
 
 The `pgg' customization group may have some settings which may
-interest you \(see Info node `(pgg)').
+interest you (see Info node `(pgg)').
 
 In particular, I set the option `pgg-encrypt-for-me' to t so that all
 messages I encrypt are encrypted with my public key as well. If you
Index: emacs/lisp/mh-e/mh-e.el
diff -u emacs/lisp/mh-e/mh-e.el:1.41 emacs/lisp/mh-e/mh-e.el:1.42
--- emacs/lisp/mh-e/mh-e.el:1.41        Fri Dec 23 07:40:40 2005
+++ emacs/lisp/mh-e/mh-e.el     Fri Dec 23 07:47:02 2005
@@ -293,7 +293,7 @@
 second matches an optional bracketed number after `Re:', such as
 in `Re[2]:' (and is thus a sub-expression of the first
 expression) and the third is expected to match the subject line
-itself as in the default of \(broken on multiple lines for
+itself as in the default of (broken on multiple lines for
 readability):
 
   ^ *[0-9]+........[ ]*...................
Index: emacs/lisp/mh-e/mh-funcs.el
diff -u emacs/lisp/mh-e/mh-funcs.el:1.18 emacs/lisp/mh-e/mh-funcs.el:1.19
--- emacs/lisp/mh-e/mh-funcs.el:1.18    Fri Dec 23 07:40:40 2005
+++ emacs/lisp/mh-e/mh-funcs.el Fri Dec 23 07:47:02 2005
@@ -88,7 +88,7 @@
   "Copy RANGE to FOLDER\\<mh-folder-mode-map>.
 
 If you wish to copy a message to another folder, you can use this
-command \(see the \"-link\" argument to \"refile\"). Like the
+command (see the \"-link\" argument to \"refile\"). Like the
 command \\[mh-refile-msg], this command prompts you for the name
 of the target folder and you can specify a range. Note that
 unlike the command \\[mh-refile-msg], the copy takes place
Index: emacs/lisp/mh-e/mh-mime.el
diff -u emacs/lisp/mh-e/mh-mime.el:1.28 emacs/lisp/mh-e/mh-mime.el:1.29
--- emacs/lisp/mh-e/mh-mime.el:1.28     Fri Dec 23 07:40:40 2005
+++ emacs/lisp/mh-e/mh-mime.el  Fri Dec 23 07:47:02 2005
@@ -657,7 +657,7 @@
 A proper multipart message is created for you when you send the
 message. Use the \\[mh-mml-unsecure-message] command to remove
 this tag. Use a prefix argument METHOD to be prompted for one of
-the possible security methods \(see `mh-mml-method-default')."
+the possible security methods (see `mh-mml-method-default')."
   (interactive (list (mh-mml-query-cryptographic-method)))
   (mh-secure-message method "sign" mh-identity-pgg-default-user-id))
 
@@ -668,7 +668,7 @@
 A proper multipart message is created for you when you send the
 message. Use the \\[mh-mml-unsecure-message] command to remove
 this tag. Use a prefix argument METHOD to be prompted for one of
-the possible security methods \(see `mh-mml-method-default')."
+the possible security methods (see `mh-mml-method-default')."
   (interactive (list (mh-mml-query-cryptographic-method)))
   (mh-secure-message method "encrypt" mh-identity-pgg-default-user-id))
 
@@ -679,7 +679,7 @@
 A proper multipart message is created for you when you send the
 message. Use the \\[mh-mml-unsecure-message] command to remove
 this tag. Use a prefix argument METHOD to be prompted for one of
-the possible security methods \(see `mh-mml-method-default')."
+the possible security methods (see `mh-mml-method-default')."
   (interactive (list (mh-mml-query-cryptographic-method)))
   (mh-secure-message method "signencrypt" mh-identity-pgg-default-user-id))
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]