From: Robert Pluim Date: Mon, 3 Apr 2023 12:42:54 +0000 (+0200) Subject: ; * doc/emacs/trouble.texi (Checklist): Minor grammar fix. X-Git-Tag: emacs-29.0.90~33 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eda88c63adfabcac30b1d1051b1108fe6855d153;p=emacs.git ; * doc/emacs/trouble.texi (Checklist): Minor grammar fix. --- diff --git a/doc/emacs/trouble.texi b/doc/emacs/trouble.texi index 0166c613144..db78895bb5b 100644 --- a/doc/emacs/trouble.texi +++ b/doc/emacs/trouble.texi @@ -1075,7 +1075,7 @@ report. (The backtrace is more detailed if you load the relevant Lisp @file{*.el} source files before triggering the error, so do that if you know how to find and load those files.) -To debug the error, we suggest to use Edebug. @xref{Edebug,, Edebug, +To debug the error, we suggest using Edebug. @xref{Edebug,, Edebug, elisp, the Emacs Lisp Reference Manual}, for information on debugging Emacs Lisp programs with the Edebug package.