]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/emacs/trouble.texi (Checklist): Minor grammar fix.
authorRobert Pluim <rpluim@gmail.com>
Mon, 3 Apr 2023 12:42:54 +0000 (14:42 +0200)
committerRobert Pluim <rpluim@gmail.com>
Mon, 3 Apr 2023 12:42:54 +0000 (14:42 +0200)
doc/emacs/trouble.texi

index 0166c613144cf9dbc0d5ff01b6d62343b19eb20a..db78895bb5b95fbf3a8806ec6a804569f52820e2 100644 (file)
@@ -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.