aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/srecode.texi
diff options
context:
space:
mode:
authorMichael Albinus2018-02-26 13:53:37 +0100
committerMichael Albinus2018-02-26 13:53:37 +0100
commit9743f48de7325bd95a42e1a27acbf6635f8d086b (patch)
tree364b474f9019fa2899befe6d3260f8b8e1ed64f6 /doc/misc/srecode.texi
parentce557a924a299650b5e0c93ba276f1ec651f7941 (diff)
downloademacs-9743f48de7325bd95a42e1a27acbf6635f8d086b.tar.gz
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.texi17
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.
105To toggle @srecode{} minor mode on and off use: 105To toggle @srecode{} minor mode on and off use:
106 106
107@example 107@example
108M-x srecode-minor-mode RET 108M-x srecode-minor-mode @key{RET}
109@end example 109@end example
110or 110or
111@example 111@example
112M-x global-srecode-minor-mode RET 112M-x global-srecode-minor-mode @key{RET}
113@end example 113@end example
114 114
115or add 115or add
@@ -276,7 +276,8 @@ If the variable @code{srecode-insert-ask-variable-method} is set to
276instead create ``fields'' in the buffer. A field-editing layer 276instead create ``fields'' in the buffer. A field-editing layer
277provides simple interaction through the fields. Typing in a field 277provides simple interaction through the fields. Typing in a field
278will cause all variable locations that are the same to edit at the 278will cause all variable locations that are the same to edit at the
279same time. Pressing TAB on a field will move you to the next field. 279same time. Pressing @kbd{@key{TAB}} on a field will move you to the
280next field.
280 281
281@node SRecode Minor Mode 282@node SRecode Minor Mode
282@chapter SRecode Minor Mode 283@chapter SRecode Minor Mode
@@ -284,17 +285,17 @@ same time. Pressing TAB on a field will move you to the next field.
284The Semantic Recode minor mode enables a keymap and menu that provides 285The Semantic Recode minor mode enables a keymap and menu that provides
285simple access to different templates or template applications. 286simple access to different templates or template applications.
286 287
287The key prefix is @key{C-c /}. 288The key prefix is @kbd{C-c /}.
288 289
289If the variable @code{srecode-takeover-INS-key} is set, then the key 290If the variable @code{srecode-takeover-INS-key} is set, then the key
290@key{<insert>} can also be used. 291@kbd{@key{INSERT}} can also be used.
291 292
292The most important key is bound to @code{srecode-insert} which is 293The most important key is bound to @code{srecode-insert} which is
293@key{C-c / /}, or @key{insert insert}. @ref{Quick Start}. 294@kbd{C-c / /}, or @kbd{@key{INSERT} @key{INSERT}}. @ref{Quick Start}.
294 295
295Major keybindings are: 296Major keybindings are:
296 297
297@table @key 298@table @kbd
298@item C-c / / 299@item C-c / /
299Insert a template whose name is typed into the minibuffer. 300Insert a template whose name is typed into the minibuffer.
300@item C-c / <lower case letter> 301@item C-c / <lower case letter>
@@ -338,7 +339,7 @@ will not be prompted to fill in values while the template is
338inserted. Instead, short regions will be highlighted, and the cursor 339inserted. Instead, short regions will be highlighted, and the cursor
339placed in a field. Typing in the field will then fill in the value. 340placed in a field. Typing in the field will then fill in the value.
340Several fields might be linked together. In that case, typing in one 341Several fields might be linked together. In that case, typing in one
341area will modify the other linked areas. Pressing TAB will move 342area will modify the other linked areas. Pressing @key{TAB} will move
342between editable fields in the template. 343between editable fields in the template.
343 344
344Once the cursor moves out of the are inserted by the template, all the 345Once the cursor moves out of the are inserted by the template, all the