diff etc/DEBUG @ 59939:b9511a236e82

Minor clarification.
author Richard M. Stallman <rms@gnu.org>
date Sun, 06 Feb 2005 10:38:49 +0000
parents 1c3d052ef4bf
children ec7a860cdd57 3ebd9bdb4fe5
line wrap: on
line diff
--- a/etc/DEBUG	Sat Feb 05 19:40:23 2005 +0000
+++ b/etc/DEBUG	Sun Feb 06 10:38:49 2005 +0000
@@ -17,8 +17,8 @@
 document.]
 
 ** When you debug Emacs with GDB, you should start it in the directory
-where you built Emacs.  That directory has a .gdbinit file that defines
-various "user-defined" commands for debugging Emacs.
+where the executable was made.  That directory has a .gdbinit file
+that defines various "user-defined" commands for debugging Emacs.
 
 ** It is a good idea to run Emacs under GDB (or some other suitable
 debugger) *all the time*.  Then, when Emacs crashes, you will be able