diff options
| author | Michael Albinus | 2018-02-26 13:53:37 +0100 |
|---|---|---|
| committer | Michael Albinus | 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.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. | |||
| 105 | To toggle @srecode{} minor mode on and off use: | 105 | To toggle @srecode{} minor mode on and off use: |
| 106 | 106 | ||
| 107 | @example | 107 | @example |
| 108 | M-x srecode-minor-mode RET | 108 | M-x srecode-minor-mode @key{RET} |
| 109 | @end example | 109 | @end example |
| 110 | or | 110 | or |
| 111 | @example | 111 | @example |
| 112 | M-x global-srecode-minor-mode RET | 112 | M-x global-srecode-minor-mode @key{RET} |
| 113 | @end example | 113 | @end example |
| 114 | 114 | ||
| 115 | or add | 115 | or add |
| @@ -276,7 +276,8 @@ If the variable @code{srecode-insert-ask-variable-method} is set to | |||
| 276 | instead create ``fields'' in the buffer. A field-editing layer | 276 | instead create ``fields'' in the buffer. A field-editing layer |
| 277 | provides simple interaction through the fields. Typing in a field | 277 | provides simple interaction through the fields. Typing in a field |
| 278 | will cause all variable locations that are the same to edit at the | 278 | will cause all variable locations that are the same to edit at the |
| 279 | same time. Pressing TAB on a field will move you to the next field. | 279 | same time. Pressing @kbd{@key{TAB}} on a field will move you to the |
| 280 | next 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. | |||
| 284 | The Semantic Recode minor mode enables a keymap and menu that provides | 285 | The Semantic Recode minor mode enables a keymap and menu that provides |
| 285 | simple access to different templates or template applications. | 286 | simple access to different templates or template applications. |
| 286 | 287 | ||
| 287 | The key prefix is @key{C-c /}. | 288 | The key prefix is @kbd{C-c /}. |
| 288 | 289 | ||
| 289 | If the variable @code{srecode-takeover-INS-key} is set, then the key | 290 | If 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 | ||
| 292 | The most important key is bound to @code{srecode-insert} which is | 293 | The 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 | ||
| 295 | Major keybindings are: | 296 | Major keybindings are: |
| 296 | 297 | ||
| 297 | @table @key | 298 | @table @kbd |
| 298 | @item C-c / / | 299 | @item C-c / / |
| 299 | Insert a template whose name is typed into the minibuffer. | 300 | Insert 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 | |||
| 338 | inserted. Instead, short regions will be highlighted, and the cursor | 339 | inserted. Instead, short regions will be highlighted, and the cursor |
| 339 | placed in a field. Typing in the field will then fill in the value. | 340 | placed in a field. Typing in the field will then fill in the value. |
| 340 | Several fields might be linked together. In that case, typing in one | 341 | Several fields might be linked together. In that case, typing in one |
| 341 | area will modify the other linked areas. Pressing TAB will move | 342 | area will modify the other linked areas. Pressing @key{TAB} will move |
| 342 | between editable fields in the template. | 343 | between editable fields in the template. |
| 343 | 344 | ||
| 344 | Once the cursor moves out of the are inserted by the template, all the | 345 | Once the cursor moves out of the are inserted by the template, all the |