aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2018-02-24 17:56:43 +0100
committerMichael Albinus2018-02-24 17:56:43 +0100
commit105d085e7e970c182f01d4ef7a949629ae4b9709 (patch)
treef95f9096d97ff1729e734467a43b200c14bf4494
parentb0be19b4ae203e0d05b0f7af5dbd195df21bd4ac (diff)
downloademacs-105d085e7e970c182f01d4ef7a949629ae4b9709.tar.gz
emacs-105d085e7e970c182f01d4ef7a949629ae4b9709.zip
* doc/misc/ebrowse.texi: Use @key{} for keys.
-rw-r--r--doc/misc/ebrowse.texi6
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
482location of their declarations and definitions will not be known. 482location of their declarations and definitions will not be known.
483 483
484@item @key{RET} 484@item @key{RET}
485Works like @kbd{SPC}, except that it finds the class 485Works like @kbd{@key{SPC}}, except that it finds the class
486declaration rather than viewing it, so that it is ready for 486declaration rather than viewing it, so that it is ready for
487editing. 487editing.
488@end table 488@end table
@@ -886,7 +886,7 @@ the member.
886This command finds the declaration of the member the cursor is on. 886This command finds the declaration of the member the cursor is on.
887 887
888@item @key{SPC} 888@item @key{SPC}
889This is the same command as @kbd{RET}, but views the member definition 889This is the same command as @kbd{@key{RET}}, but views the member definition
890instead of finding the member's source file. 890instead 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
1316Displays an electric buffer showing all positions saved in the stack. 1316Displays an electric buffer showing all positions saved in the stack.
1317You can select a position by pressing @kbd{SPC} in a line. You can 1317You can select a position by pressing @kbd{@key{SPC}} in a line. You can
1318view a position with @kbd{v}. 1318view a position with @kbd{v}.
1319@end table 1319@end table
1320 1320