diff options
| author | Richard M. Stallman | 2005-03-08 02:57:30 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-03-08 02:57:30 +0000 |
| commit | 66dd6a003cd6786e18189794dc8710621040c58d (patch) | |
| tree | f2ce0ec2e1e533abcf12b4c3b25d3813083a2b8a | |
| parent | 9ae89a1add22207c74e335f2f7a78154c24e348f (diff) | |
| download | emacs-66dd6a003cd6786e18189794dc8710621040c58d.tar.gz emacs-66dd6a003cd6786e18189794dc8710621040c58d.zip | |
(Single Shell, Shell Options): Fix previous change.
| -rw-r--r-- | man/misc.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/misc.texi b/man/misc.texi index 9dae303fb05..d5c7572abcf 100644 --- a/man/misc.texi +++ b/man/misc.texi | |||
| @@ -391,7 +391,7 @@ returns the command's exit status when it is called from a Lisp program. | |||
| 391 | 391 | ||
| 392 | One use for @kbd{M-|} is to run @code{gpg} to see what keys are in | 392 | One use for @kbd{M-|} is to run @code{gpg} to see what keys are in |
| 393 | the buffer. For instance, if the buffer contains a GPG key, type | 393 | the buffer. For instance, if the buffer contains a GPG key, type |
| 394 | @kbd{C-x h M-| uudecode @key{RET}} to feed the entire buffer contents | 394 | @kbd{C-x h M-| gpg @key{RET}} to feed the entire buffer contents |
| 395 | to the @code{gpg} program. That program will ignore everything except | 395 | to the @code{gpg} program. That program will ignore everything except |
| 396 | the encoded keys, and will output a list of the keys it contains. | 396 | the encoded keys, and will output a list of the keys it contains. |
| 397 | 397 | ||
| @@ -958,7 +958,7 @@ point does not jump to the end. | |||
| 958 | 958 | ||
| 959 | @vindex comint-prompt-read-only | 959 | @vindex comint-prompt-read-only |
| 960 | If you set @code{comint-prompt-read-only}, the prompts in the Comint | 960 | If you set @code{comint-prompt-read-only}, the prompts in the Comint |
| 961 | buffer a read-only. | 961 | buffer are read-only. |
| 962 | 962 | ||
| 963 | @vindex comint-input-ignoredups | 963 | @vindex comint-input-ignoredups |
| 964 | The variable @code{comint-input-ignoredups} controls whether successive | 964 | The variable @code{comint-input-ignoredups} controls whether successive |