diff options
| author | Bill Wohler | 2005-12-23 07:47:02 +0000 |
|---|---|---|
| committer | Bill Wohler | 2005-12-23 07:47:02 +0000 |
| commit | 4023e353eddb629784c34176bb6a462eef3cdecb (patch) | |
| tree | d8307afc6e1228565a862c8371966b0d8cf3b96c | |
| parent | 2dcf34f9ca6c16817a902fb7340af06708702781 (diff) | |
| download | emacs-4023e353eddb629784c34176bb6a462eef3cdecb.tar.gz emacs-4023e353eddb629784c34176bb6a462eef3cdecb.zip | |
Don't need to quote parenthesis within docstrings that are no longer
in the first column.
| -rw-r--r-- | lisp/mh-e/mh-comp.el | 6 | ||||
| -rw-r--r-- | lisp/mh-e/mh-customize.el | 2 | ||||
| -rw-r--r-- | lisp/mh-e/mh-e.el | 2 | ||||
| -rw-r--r-- | lisp/mh-e/mh-funcs.el | 2 | ||||
| -rw-r--r-- | lisp/mh-e/mh-mime.el | 6 |
5 files changed, 9 insertions, 9 deletions
diff --git a/lisp/mh-e/mh-comp.el b/lisp/mh-e/mh-comp.el index 7b32d5ec08b..5a3807e967e 100644 --- a/lisp/mh-e/mh-comp.el +++ b/lisp/mh-e/mh-comp.el | |||
| @@ -549,7 +549,7 @@ all runs \"repl -nocc all\", and a choice of \"to\" runs \"repl | |||
| 549 | 549 | ||
| 550 | Two windows are then created. One window contains the message to | 550 | Two windows are then created. One window contains the message to |
| 551 | which you are replying in an MH-Show buffer. Your draft, in | 551 | which you are replying in an MH-Show buffer. Your draft, in |
| 552 | MH-Letter mode \(see `mh-letter-mode'), is in the other window. | 552 | MH-Letter mode (see `mh-letter-mode'), is in the other window. |
| 553 | 553 | ||
| 554 | If you supply a prefix argument INCLUDEP, the message you are | 554 | If you supply a prefix argument INCLUDEP, the message you are |
| 555 | replying to is inserted in your reply after having first been run | 555 | replying to is inserted in your reply after having first been run |
| @@ -1610,7 +1610,7 @@ yanked into your reply using `mh-yank-behavior'. | |||
| 1610 | If this isn't enough, you can gain full control over the | 1610 | If this isn't enough, you can gain full control over the |
| 1611 | appearance of the included text by setting `mail-citation-hook' | 1611 | appearance of the included text by setting `mail-citation-hook' |
| 1612 | to a function that modifies it. For example, if you set this hook | 1612 | to a function that modifies it. For example, if you set this hook |
| 1613 | to `trivial-cite' \(which is NOT part of Emacs), set | 1613 | to `trivial-cite' (which is NOT part of Emacs), set |
| 1614 | `mh-yank-behavior' to \"Body and Header\" (see URL | 1614 | `mh-yank-behavior' to \"Body and Header\" (see URL |
| 1615 | `http://shasta.cs.uiuc.edu/~lrclause/tc.html'). | 1615 | `http://shasta.cs.uiuc.edu/~lrclause/tc.html'). |
| 1616 | 1616 | ||
| @@ -1856,7 +1856,7 @@ Any match found replaces the text from BEGIN to END." | |||
| 1856 | (defun mh-letter-complete (arg) | 1856 | (defun mh-letter-complete (arg) |
| 1857 | "Perform completion on header field or word preceding point. | 1857 | "Perform completion on header field or word preceding point. |
| 1858 | If the field contains addresses (for example, \"To:\" or \"Cc:\") | 1858 | If the field contains addresses (for example, \"To:\" or \"Cc:\") |
| 1859 | or folders \(for example, \"Fcc:\") then this command will | 1859 | or folders (for example, \"Fcc:\") then this command will |
| 1860 | provide alias completion. In the body of the message, this | 1860 | provide alias completion. In the body of the message, this |
| 1861 | command runs `mh-letter-complete-function' instead, which is set | 1861 | command runs `mh-letter-complete-function' instead, which is set |
| 1862 | to \"'ispell-complete-word\" by default. This command takes a | 1862 | to \"'ispell-complete-word\" by default. This command takes a |
diff --git a/lisp/mh-e/mh-customize.el b/lisp/mh-e/mh-customize.el index c45004805c3..6aa28a3c960 100644 --- a/lisp/mh-e/mh-customize.el +++ b/lisp/mh-e/mh-customize.el | |||
| @@ -935,7 +935,7 @@ otherwise, the default is \"None\". Other mechanisms include | |||
| 935 | vanilla \"PGP\" and \"S/MIME\". | 935 | vanilla \"PGP\" and \"S/MIME\". |
| 936 | 936 | ||
| 937 | The `pgg' customization group may have some settings which may | 937 | The `pgg' customization group may have some settings which may |
| 938 | interest you \(see Info node `(pgg)'). | 938 | interest you (see Info node `(pgg)'). |
| 939 | 939 | ||
| 940 | In particular, I set the option `pgg-encrypt-for-me' to t so that all | 940 | In particular, I set the option `pgg-encrypt-for-me' to t so that all |
| 941 | messages I encrypt are encrypted with my public key as well. If you | 941 | messages I encrypt are encrypted with my public key as well. If you |
diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el index 6a50563585a..6160b8874dc 100644 --- a/lisp/mh-e/mh-e.el +++ b/lisp/mh-e/mh-e.el | |||
| @@ -293,7 +293,7 @@ The first is expected to match the `Re:' string, if any. The | |||
| 293 | second matches an optional bracketed number after `Re:', such as | 293 | second matches an optional bracketed number after `Re:', such as |
| 294 | in `Re[2]:' (and is thus a sub-expression of the first | 294 | in `Re[2]:' (and is thus a sub-expression of the first |
| 295 | expression) and the third is expected to match the subject line | 295 | expression) and the third is expected to match the subject line |
| 296 | itself as in the default of \(broken on multiple lines for | 296 | itself as in the default of (broken on multiple lines for |
| 297 | readability): | 297 | readability): |
| 298 | 298 | ||
| 299 | ^ *[0-9]+........[ ]*................... | 299 | ^ *[0-9]+........[ ]*................... |
diff --git a/lisp/mh-e/mh-funcs.el b/lisp/mh-e/mh-funcs.el index 5c3db1dd809..df39ca72cf0 100644 --- a/lisp/mh-e/mh-funcs.el +++ b/lisp/mh-e/mh-funcs.el | |||
| @@ -88,7 +88,7 @@ correct the \"To:\" field yourself." | |||
| 88 | "Copy RANGE to FOLDER\\<mh-folder-mode-map>. | 88 | "Copy RANGE to FOLDER\\<mh-folder-mode-map>. |
| 89 | 89 | ||
| 90 | If you wish to copy a message to another folder, you can use this | 90 | If you wish to copy a message to another folder, you can use this |
| 91 | command \(see the \"-link\" argument to \"refile\"). Like the | 91 | command (see the \"-link\" argument to \"refile\"). Like the |
| 92 | command \\[mh-refile-msg], this command prompts you for the name | 92 | command \\[mh-refile-msg], this command prompts you for the name |
| 93 | of the target folder and you can specify a range. Note that | 93 | of the target folder and you can specify a range. Note that |
| 94 | unlike the command \\[mh-refile-msg], the copy takes place | 94 | unlike the command \\[mh-refile-msg], the copy takes place |
diff --git a/lisp/mh-e/mh-mime.el b/lisp/mh-e/mh-mime.el index 97d494fb5c3..5f7f81e7ac5 100644 --- a/lisp/mh-e/mh-mime.el +++ b/lisp/mh-e/mh-mime.el | |||
| @@ -657,7 +657,7 @@ The argument IGNORE is not used." | |||
| 657 | A proper multipart message is created for you when you send the | 657 | A proper multipart message is created for you when you send the |
| 658 | message. Use the \\[mh-mml-unsecure-message] command to remove | 658 | message. Use the \\[mh-mml-unsecure-message] command to remove |
| 659 | this tag. Use a prefix argument METHOD to be prompted for one of | 659 | this tag. Use a prefix argument METHOD to be prompted for one of |
| 660 | the possible security methods \(see `mh-mml-method-default')." | 660 | the possible security methods (see `mh-mml-method-default')." |
| 661 | (interactive (list (mh-mml-query-cryptographic-method))) | 661 | (interactive (list (mh-mml-query-cryptographic-method))) |
| 662 | (mh-secure-message method "sign" mh-identity-pgg-default-user-id)) | 662 | (mh-secure-message method "sign" mh-identity-pgg-default-user-id)) |
| 663 | 663 | ||
| @@ -668,7 +668,7 @@ the possible security methods \(see `mh-mml-method-default')." | |||
| 668 | A proper multipart message is created for you when you send the | 668 | A proper multipart message is created for you when you send the |
| 669 | message. Use the \\[mh-mml-unsecure-message] command to remove | 669 | message. Use the \\[mh-mml-unsecure-message] command to remove |
| 670 | this tag. Use a prefix argument METHOD to be prompted for one of | 670 | this tag. Use a prefix argument METHOD to be prompted for one of |
| 671 | the possible security methods \(see `mh-mml-method-default')." | 671 | the possible security methods (see `mh-mml-method-default')." |
| 672 | (interactive (list (mh-mml-query-cryptographic-method))) | 672 | (interactive (list (mh-mml-query-cryptographic-method))) |
| 673 | (mh-secure-message method "encrypt" mh-identity-pgg-default-user-id)) | 673 | (mh-secure-message method "encrypt" mh-identity-pgg-default-user-id)) |
| 674 | 674 | ||
| @@ -679,7 +679,7 @@ the possible security methods \(see `mh-mml-method-default')." | |||
| 679 | A proper multipart message is created for you when you send the | 679 | A proper multipart message is created for you when you send the |
| 680 | message. Use the \\[mh-mml-unsecure-message] command to remove | 680 | message. Use the \\[mh-mml-unsecure-message] command to remove |
| 681 | this tag. Use a prefix argument METHOD to be prompted for one of | 681 | this tag. Use a prefix argument METHOD to be prompted for one of |
| 682 | the possible security methods \(see `mh-mml-method-default')." | 682 | the possible security methods (see `mh-mml-method-default')." |
| 683 | (interactive (list (mh-mml-query-cryptographic-method))) | 683 | (interactive (list (mh-mml-query-cryptographic-method))) |
| 684 | (mh-secure-message method "signencrypt" mh-identity-pgg-default-user-id)) | 684 | (mh-secure-message method "signencrypt" mh-identity-pgg-default-user-id)) |
| 685 | 685 | ||