diff options
author | Eli Zaretskii <eliz@gnu.org> | 2006-01-21 13:01:28 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2006-01-21 13:01:28 +0000 |
commit | ee6c21a72adc7f886ccbc5ddef13b2b2bef818fc (patch) | |
tree | d95426f91360a99dd6405be7056b59d97b38c020 /man/ebrowse.texi | |
parent | 942d56b8a1fad54cc809d20870983ffaff2e2f16 (diff) | |
download | emacs-ee6c21a72adc7f886ccbc5ddef13b2b2bef818fc.tar.gz |
Use @key for TAB.
Diffstat (limited to 'man/ebrowse.texi')
-rw-r--r-- | man/ebrowse.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/ebrowse.texi b/man/ebrowse.texi index b48d5c2b987..77e4ad07b45 100644 --- a/man/ebrowse.texi +++ b/man/ebrowse.texi @@ -979,11 +979,11 @@ a mouse. @cindex switching buffers @table @kbd -@item TAB +@item @key{TAB} Pop up the tree buffer to which the member buffer belongs. @item t -Do the same as @kbd{TAB} but also position the cursor on the class +Do the same as @key{TAB} but also position the cursor on the class displayed in the member buffer. @end table @@ -1433,7 +1433,7 @@ command @kbd{C-c b f}, for example, to jump to a specific member. @cindex completion @cindex symbol completion -The command @kbd{C-c b TAB} completes the symbol in front of point. +The command @kbd{C-c b @key{TAB}} completes the symbol in front of point. |