diff options
| author | Stefan Kangas | 2021-12-21 11:19:04 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2021-12-21 11:19:04 +0100 |
| commit | cf6dc1838af4b3d0604d0848e1ac0d4fbd9c3dbc (patch) | |
| tree | 49d76ec7b8201a96b5d12e6f5db09d8b93bdf155 /doc/misc/srecode.texi | |
| parent | e56dd354c751ee67d0012a0209b769246207d74c (diff) | |
| download | emacs-cf6dc1838af4b3d0604d0848e1ac0d4fbd9c3dbc.tar.gz emacs-cf6dc1838af4b3d0604d0848e1ac0d4fbd9c3dbc.zip | |
; Fix spelling; be consistent with "key binding" (Bug#52674)
Diffstat (limited to 'doc/misc/srecode.texi')
| -rw-r--r-- | doc/misc/srecode.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/misc/srecode.texi b/doc/misc/srecode.texi index 1f7473c151a..16a348e0f8f 100644 --- a/doc/misc/srecode.texi +++ b/doc/misc/srecode.texi | |||
| @@ -293,14 +293,14 @@ If the variable @code{srecode-takeover-INS-key} is set, then the key | |||
| 293 | 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 |
| 294 | @kbd{C-c / /}, or @kbd{@key{INSERT} @key{INSERT}}. @ref{Quick Start}. | 294 | @kbd{C-c / /}, or @kbd{@key{INSERT} @key{INSERT}}. @ref{Quick Start}. |
| 295 | 295 | ||
| 296 | Major keybindings are: | 296 | Major key bindings are: |
| 297 | 297 | ||
| 298 | @table @kbd | 298 | @table @kbd |
| 299 | @item C-c / / | 299 | @item C-c / / |
| 300 | Insert a template whose name is typed into the minibuffer. | 300 | Insert a template whose name is typed into the minibuffer. |
| 301 | @item C-c / <lower case letter> | 301 | @item C-c / <lower case letter> |
| 302 | Reserved for direct binding of simple templates to keys using a | 302 | Reserved for direct binding of simple templates to keys using a |
| 303 | keybinding command in the template file. | 303 | key binding command in the template file. |
| 304 | @item C-c / <upper case letter> | 304 | @item C-c / <upper case letter> |
| 305 | Reserved for template applications (Such as comment or get/set inserter.) | 305 | Reserved for template applications (Such as comment or get/set inserter.) |
| 306 | @item C-c / E | 306 | @item C-c / E |