diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2018-02-26 13:53:37 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2018-02-26 13:53:37 +0100 |
commit | 9743f48de7325bd95a42e1a27acbf6635f8d086b (patch) | |
tree | 364b474f9019fa2899befe6d3260f8b8e1ed64f6 /doc/misc/message.texi | |
parent | ce557a924a299650b5e0c93ba276f1ec651f7941 (diff) | |
download | emacs-9743f48de7325bd95a42e1a27acbf6635f8d086b.tar.gz emacs-9743f48de7325bd95a42e1a27acbf6635f8d086b.tar.bz2 emacs-9743f48de7325bd95a42e1a27acbf6635f8d086b.zip |
Mark keys consistently in manuals
* doc/emacs/killing.texi:
* doc/lispintro/emacs-lisp-intro.texi:
* doc/misc/calc.texi:
* doc/misc/cc-mode.texi:
* doc/misc/dired-x.texi:
* doc/misc/ede.texi:
* doc/misc/edt.texi:
* doc/misc/efaq.texi:
* doc/misc/erc.texi:
* doc/misc/eshell.texi:
* doc/misc/gnus-faq.texi:
* doc/misc/gnus-news.texi:
* doc/misc/idlwave.texi:
* doc/misc/ido.texi:
* doc/misc/mairix-el.texi:
* doc/misc/message.texi:
* doc/misc/mh-e.texi:
* doc/misc/newsticker.texi:
* doc/misc/org.texi:
* doc/misc/pcl-cvs.texi:
* doc/misc/ses.texi:
* doc/misc/sieve.texi:
* doc/misc/smtpmail.texi:
* doc/misc/speedbar.texi:
* doc/misc/srecode.texi:
* doc/misc/vhdl-mode.texi:
* doc/misc/vip.texi:
* doc/misc/viper.texi: Mark keys consistently.
Diffstat (limited to 'doc/misc/message.texi')
-rw-r--r-- | doc/misc/message.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/misc/message.texi b/doc/misc/message.texi index a1532bb614b..be1c806c824 100644 --- a/doc/misc/message.texi +++ b/doc/misc/message.texi @@ -104,7 +104,7 @@ sending it. @end menu You can customize the Message Mode tool bar, see @kbd{M-x -customize-apropos RET message-tool-bar}. This feature is only available +customize-apropos @key{RET} message-tool-bar}. This feature is only available in Emacs. @node New Mail Message @@ -919,7 +919,7 @@ is fully available) @acronym{IDNA} encoding happens automatically. @findex message-idna-to-ascii-rhs If you want to experiment with the @acronym{IDNA} encoding, you can -invoke @kbd{M-x message-idna-to-ascii-rhs RET} in the message buffer +invoke @kbd{M-x message-idna-to-ascii-rhs @key{RET}} in the message buffer to have the non-@acronym{ASCII} domain names encoded while you edit the message. @@ -1082,7 +1082,7 @@ Since signing and especially encryption often is used when sensitive information is sent, you may want to have some way to ensure that your mail is actually signed or encrypted. After invoking the above sign/encrypt commands, it is possible to preview the raw article by -using @kbd{C-u C-c RET P} (@code{mml-preview}). Then you can +using @kbd{C-u C-c @key{RET} P} (@code{mml-preview}). Then you can verify that your long rant about what your ex-significant other or whomever actually did with that funny looking person at that strange party the other night, actually will be sent encrypted. @@ -1174,7 +1174,7 @@ without some kind of configuration. Especially, you need to tell it where your private key and your certificate is stored. @acronym{MML} uses an Emacs interface to OpenSSL, aptly named @code{smime.el}, and it contain a @code{custom} group used for this configuration. So, try -@kbd{M-x customize-group RET smime RET} and look around. +@kbd{M-x customize-group @key{RET} smime @key{RET}} and look around. Currently there is no support for talking to a CA (or RA) to create your own certificate. None is planned either. You need to do this |