summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRobert Pluim <rpluim@gmail.com>2023-04-03 14:42:54 +0200
committerRobert Pluim <rpluim@gmail.com>2023-04-03 14:42:54 +0200
commiteda88c63adfabcac30b1d1051b1108fe6855d153 (patch)
treee50ead8a08e4fff2064efc12b147bdffddf8d893 /doc
parent728bc09cf3c44ea43437903c2b4ca399af5de389 (diff)
downloademacs-eda88c63adfabcac30b1d1051b1108fe6855d153.tar.gz
; * doc/emacs/trouble.texi (Checklist): Minor grammar fix.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/trouble.texi2
1 files changed, 1 insertions, 1 deletions
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.