diff options
| author | Glenn Morris | 2018-02-02 07:50:22 -0800 |
|---|---|---|
| committer | Glenn Morris | 2018-02-02 07:50:22 -0800 |
| commit | c4f8b5545efb94cdab21d92b83b388b059235d5c (patch) | |
| tree | d2b836765357732470786a74f867eaf9a056a87a /doc/lispref/debugging.texi | |
| parent | 6ff8b7749fcc96b79489f73500bcd4722263383c (diff) | |
| parent | 56c37bbdb60f201791b57a3af2f47b7517de810c (diff) | |
| download | emacs-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.texi | 8 |
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 | |||
| 941 | called, followed by how much resource (processor or memory) it used in | 941 | called, followed by how much resource (processor or memory) it used in |
| 942 | absolute and percentage times since profiling started. If a given | 942 | absolute and percentage times since profiling started. If a given |
| 943 | line has a @samp{+} symbol at the left-hand side, you can expand that | 943 | line has a @samp{+} symbol at the left-hand side, you can expand that |
| 944 | line by typing @key{RET}, in order to see the function(s) called by | 944 | line by typing @kbd{@key{RET}}, in order to see the function(s) called |
| 945 | the higher-level function. Use a prefix argument (@key{C-u RET}) to | 945 | by the higher-level function. Use a prefix argument (@kbd{C-u |
| 946 | see the whole call tree below a function. Pressing @key{RET} again | 946 | @key{RET}}) to see the whole call tree below a function. Pressing |
| 947 | will collapse back to the original state. | 947 | @kbd{@key{RET}} again will collapse back to the original state. |
| 948 | 948 | ||
| 949 | Press @kbd{j} or @kbd{mouse-2} to jump to the definition of a function. | 949 | Press @kbd{j} or @kbd{mouse-2} to jump to the definition of a function. |
| 950 | Press @kbd{d} to view a function's documentation. | 950 | Press @kbd{d} to view a function's documentation. |