From: Michael Albinus Date: Sat, 24 Feb 2018 16:56:43 +0000 (+0100) Subject: * doc/misc/ebrowse.texi: Use @key{} for keys. X-Git-Tag: emacs-26.1-rc1~160 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=105d085e7e970c182f01d4ef7a949629ae4b9709;p=emacs.git * doc/misc/ebrowse.texi: Use @key{} for keys. --- 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 location of their declarations and definitions will not be known. @item @key{RET} -Works like @kbd{SPC}, except that it finds the class +Works like @kbd{@key{SPC}}, except that it finds the class declaration rather than viewing it, so that it is ready for editing. @end table @@ -886,7 +886,7 @@ the member. This command finds the declaration of the member the cursor is on. @item @key{SPC} -This is the same command as @kbd{RET}, but views the member definition +This is the same command as @kbd{@key{RET}}, but views the member definition instead of finding the member's source file. @item v @@ -1314,7 +1314,7 @@ the next position stored in the position stack. @item C-c C-m p Displays an electric buffer showing all positions saved in the stack. -You can select a position by pressing @kbd{SPC} in a line. You can +You can select a position by pressing @kbd{@key{SPC}} in a line. You can view a position with @kbd{v}. @end table