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/srecode.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/srecode.texi')
-rw-r--r-- | doc/misc/srecode.texi | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/doc/misc/srecode.texi b/doc/misc/srecode.texi index afa3af10352..2987f629747 100644 --- a/doc/misc/srecode.texi +++ b/doc/misc/srecode.texi @@ -105,11 +105,11 @@ item should appear. To toggle @srecode{} minor mode on and off use: @example -M-x srecode-minor-mode RET +M-x srecode-minor-mode @key{RET} @end example or @example -M-x global-srecode-minor-mode RET +M-x global-srecode-minor-mode @key{RET} @end example or add @@ -276,7 +276,8 @@ If the variable @code{srecode-insert-ask-variable-method} is set to instead create ``fields'' in the buffer. A field-editing layer provides simple interaction through the fields. Typing in a field will cause all variable locations that are the same to edit at the -same time. Pressing TAB on a field will move you to the next field. +same time. Pressing @kbd{@key{TAB}} on a field will move you to the +next field. @node SRecode Minor Mode @chapter SRecode Minor Mode @@ -284,17 +285,17 @@ same time. Pressing TAB on a field will move you to the next field. The Semantic Recode minor mode enables a keymap and menu that provides simple access to different templates or template applications. -The key prefix is @key{C-c /}. +The key prefix is @kbd{C-c /}. If the variable @code{srecode-takeover-INS-key} is set, then the key -@key{<insert>} can also be used. +@kbd{@key{INSERT}} can also be used. The most important key is bound to @code{srecode-insert} which is -@key{C-c / /}, or @key{insert insert}. @ref{Quick Start}. +@kbd{C-c / /}, or @kbd{@key{INSERT} @key{INSERT}}. @ref{Quick Start}. Major keybindings are: -@table @key +@table @kbd @item C-c / / Insert a template whose name is typed into the minibuffer. @item C-c / <lower case letter> @@ -338,7 +339,7 @@ will not be prompted to fill in values while the template is inserted. Instead, short regions will be highlighted, and the cursor placed in a field. Typing in the field will then fill in the value. Several fields might be linked together. In that case, typing in one -area will modify the other linked areas. Pressing TAB will move +area will modify the other linked areas. Pressing @key{TAB} will move between editable fields in the template. Once the cursor moves out of the are inserted by the template, all the |