diff options
| author | Michael Albinus | 2018-02-24 17:56:43 +0100 |
|---|---|---|
| committer | Michael Albinus | 2018-02-24 17:56:43 +0100 |
| commit | 105d085e7e970c182f01d4ef7a949629ae4b9709 (patch) | |
| tree | f95f9096d97ff1729e734467a43b200c14bf4494 | |
| parent | b0be19b4ae203e0d05b0f7af5dbd195df21bd4ac (diff) | |
| download | emacs-105d085e7e970c182f01d4ef7a949629ae4b9709.tar.gz emacs-105d085e7e970c182f01d4ef7a949629ae4b9709.zip | |
* doc/misc/ebrowse.texi: Use @key{} for keys.
| -rw-r--r-- | doc/misc/ebrowse.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/misc/ebrowse.texi b/doc/misc/ebrowse.texi index 9ac2af1bcf7..b6f2c1865fd 100644 --- a/doc/misc/ebrowse.texi +++ b/doc/misc/ebrowse.texi | |||
| @@ -482,7 +482,7 @@ you are working on, some classes will only be known to exist but the | |||
| 482 | location of their declarations and definitions will not be known. | 482 | location of their declarations and definitions will not be known. |
| 483 | 483 | ||
| 484 | @item @key{RET} | 484 | @item @key{RET} |
| 485 | Works like @kbd{SPC}, except that it finds the class | 485 | Works like @kbd{@key{SPC}}, except that it finds the class |
| 486 | declaration rather than viewing it, so that it is ready for | 486 | declaration rather than viewing it, so that it is ready for |
| 487 | editing. | 487 | editing. |
| 488 | @end table | 488 | @end table |
| @@ -886,7 +886,7 @@ the member. | |||
| 886 | This command finds the declaration of the member the cursor is on. | 886 | This command finds the declaration of the member the cursor is on. |
| 887 | 887 | ||
| 888 | @item @key{SPC} | 888 | @item @key{SPC} |
| 889 | This is the same command as @kbd{RET}, but views the member definition | 889 | This is the same command as @kbd{@key{RET}}, but views the member definition |
| 890 | instead of finding the member's source file. | 890 | instead of finding the member's source file. |
| 891 | 891 | ||
| 892 | @item v | 892 | @item v |
| @@ -1314,7 +1314,7 @@ the next position stored in the position stack. | |||
| 1314 | 1314 | ||
| 1315 | @item C-c C-m p | 1315 | @item C-c C-m p |
| 1316 | Displays an electric buffer showing all positions saved in the stack. | 1316 | Displays an electric buffer showing all positions saved in the stack. |
| 1317 | You can select a position by pressing @kbd{SPC} in a line. You can | 1317 | You can select a position by pressing @kbd{@key{SPC}} in a line. You can |
| 1318 | view a position with @kbd{v}. | 1318 | view a position with @kbd{v}. |
| 1319 | @end table | 1319 | @end table |
| 1320 | 1320 | ||