projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c65ddf2
)
; * doc/lispref/debugging.texi (Debugging): Add cross-references.
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 17 Nov 2023 12:28:13 +0000
(14:28 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 17 Nov 2023 12:28:13 +0000
(14:28 +0200)
doc/lispref/debugging.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/debugging.texi
b/doc/lispref/debugging.texi
index 4c1ad291876a24a092d256aa5772f7d7168fae64..57ed58068554757742ea244e66ff13e957aecb42 100644
(file)
--- a/
doc/lispref/debugging.texi
+++ b/
doc/lispref/debugging.texi
@@
-13,11
+13,12
@@
Lisp program.
@itemize @bullet
@item
If a problem occurs when you run the program, you can use the built-in
-Emacs Lisp debugger
to suspend the Lisp evaluator, and examine and/or
-alter its internal state.
+Emacs Lisp debugger
(@pxref{Debugger}) to suspend the Lisp evaluator,
+a
nd examine and/or a
lter its internal state.
@item
You can use Edebug, a source-level debugger for Emacs Lisp.
+@xref{Edebug}.
@item
@cindex tracing Lisp programs