aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/debugging.texi
diff options
context:
space:
mode:
authorGlenn Morris2018-02-02 07:50:22 -0800
committerGlenn Morris2018-02-02 07:50:22 -0800
commitc4f8b5545efb94cdab21d92b83b388b059235d5c (patch)
treed2b836765357732470786a74f867eaf9a056a87a /doc/lispref/debugging.texi
parent6ff8b7749fcc96b79489f73500bcd4722263383c (diff)
parent56c37bbdb60f201791b57a3af2f47b7517de810c (diff)
downloademacs-c4f8b5545efb94cdab21d92b83b388b059235d5c.tar.gz
emacs-c4f8b5545efb94cdab21d92b83b388b059235d5c.zip
Merge from origin/emacs-26
56c37bb Use @key{} where it is missing in the manuals 25c0198 Another round of manual fixes from proofreading
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 e69f95b9d1a..09692073bf9 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.