aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/misc.texi4
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
393the buffer. For instance, if the buffer contains a GPG key, type 393the 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
395to the @code{gpg} program. That program will ignore everything except 395to the @code{gpg} program. That program will ignore everything except
396the encoded keys, and will output a list of the keys it contains. 396the 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
961buffer a read-only. 961buffer 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