diff options
author | Ihor Radchenko <yantar92@posteo.net> | 2023-11-17 11:47:46 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2023-11-17 14:25:01 +0200 |
commit | c65ddf26a335157b31d6a3d2cedffd661e7e42bf (patch) | |
tree | 10d97247f0045fb1737a96b6a2bc14180ee018ce /doc/lispref | |
parent | 6f884d3aed9443393ca8e923b82f5d19359fa652 (diff) | |
download | emacs-c65ddf26a335157b31d6a3d2cedffd661e7e42bf.tar.gz emacs-c65ddf26a335157b31d6a3d2cedffd661e7e42bf.tar.bz2 emacs-c65ddf26a335157b31d6a3d2cedffd661e7e42bf.zip |
; doc/lispref/debugging.texi: Add reference to Profiler docs (bug#67236).
Diffstat (limited to 'doc/lispref')
-rw-r--r-- | doc/lispref/debugging.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/lispref/debugging.texi b/doc/lispref/debugging.texi index 1246b3ff57a..4c1ad291876 100644 --- a/doc/lispref/debugging.texi +++ b/doc/lispref/debugging.texi @@ -47,6 +47,7 @@ You can use the ERT package to write regression tests for the program. @item You can profile the program to get hints about how to make it more efficient. +@xref{Profiling}. @end itemize Other useful tools for debugging input and output problems are the |