diff options
| author | Michael Albinus | 2018-01-31 19:59:12 +0100 |
|---|---|---|
| committer | Michael Albinus | 2018-01-31 19:59:12 +0100 |
| commit | 56c37bbdb60f201791b57a3af2f47b7517de810c (patch) | |
| tree | 7444f9f80ca4d2d0f39ef86f0e875a98d4db5769 /doc/lispref/debugging.texi | |
| parent | 25c01983afa55c83b8443d51267b7957e5d2c739 (diff) | |
| download | emacs-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.texi | 8 |
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 | |||
| 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. |