aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/debugging.texi
diff options
context:
space:
mode:
authorMichael Albinus2018-01-31 19:59:12 +0100
committerMichael Albinus2018-01-31 19:59:12 +0100
commit56c37bbdb60f201791b57a3af2f47b7517de810c (patch)
tree7444f9f80ca4d2d0f39ef86f0e875a98d4db5769 /doc/lispref/debugging.texi
parent25c01983afa55c83b8443d51267b7957e5d2c739 (diff)
downloademacs-56c37bbdb60f201791b57a3af2f47b7517de810c.tar.gz
emacs-56c37bbdb60f201791b57a3af2f47b7517de810c.zip
Use @key{} where it is missing in the manuals
Diffstat (limited to 'doc/lispref/debugging.texi')
-rw-r--r--doc/lispref/debugging.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/lispref/debugging.texi b/doc/lispref/debugging.texi
index 2c757dd39d5..2b5f64827c4 100644
--- a/doc/lispref/debugging.texi
+++ b/doc/lispref/debugging.texi
@@ -941,10 +941,10 @@ The profiler report buffer shows, on each line, a function that was
941called, followed by how much resource (processor or memory) it used in 941called, followed by how much resource (processor or memory) it used in
942absolute and percentage times since profiling started. If a given 942absolute and percentage times since profiling started. If a given
943line has a @samp{+} symbol at the left-hand side, you can expand that 943line has a @samp{+} symbol at the left-hand side, you can expand that
944line by typing @key{RET}, in order to see the function(s) called by 944line by typing @kbd{@key{RET}}, in order to see the function(s) called
945the higher-level function. Use a prefix argument (@key{C-u RET}) to 945by the higher-level function. Use a prefix argument (@kbd{C-u
946see the whole call tree below a function. Pressing @key{RET} again 946@key{RET}}) to see the whole call tree below a function. Pressing
947will collapse back to the original state. 947@kbd{@key{RET}} again will collapse back to the original state.
948 948
949Press @kbd{j} or @kbd{mouse-2} to jump to the definition of a function. 949Press @kbd{j} or @kbd{mouse-2} to jump to the definition of a function.
950Press @kbd{d} to view a function's documentation. 950Press @kbd{d} to view a function's documentation.