]> code.delx.au - gnu-emacs/blobdiff - lispref/debugging.texi
(Finternal_show_cursor_p): Fix doc string.
[gnu-emacs] / lispref / debugging.texi
index 8946cf0baab908d0fe79eb6173e499f77dbb59b3..bb719ee99a6f83bb832ec79ec6e092a9c71e4a40 100644 (file)
@@ -137,16 +137,16 @@ enter the debugger.
 @code{debug-on-error} is @code{nil}.
 @end defopt
 
-  To debug an error that happens during loading of the @file{.emacs}
-file, use the option @samp{--debug-init}, which binds
-@code{debug-on-error} to @code{t} while loading @file{.emacs}, and
+  To debug an error that happens during loading of the init
+file, use the option @samp{--debug-init}.  This binds
+@code{debug-on-error} to @code{t} while loading the init file., and
 bypasses the @code{condition-case} which normally catches errors in the
 init file.
 
-  If your @file{.emacs} file sets @code{debug-on-error}, the effect may
-not last past the end of loading @file{.emacs}.  (This is an undesirable
+  If your init file sets @code{debug-on-error}, the effect may
+not last past the end of loading the init file.  (This is an undesirable
 byproduct of the code that implements the @samp{--debug-init} command
-line option.)  The best way to make @file{.emacs} set
+line option.)  The best way to make the init file set
 @code{debug-on-error} permanently is with @code{after-init-hook}, like
 this:
 
@@ -732,7 +732,7 @@ found the discrepancy, undo the @kbd{C-M-q} with @kbd{C-_}, since the
 old indentation is probably appropriate to the intended parentheses.
 
   After you think you have fixed the problem, use @kbd{C-M-q} again.  If
-the old indentation actually fit the intended nesting of parentheses,
+the old indentation actually fits the intended nesting of parentheses,
 and you have put back those parentheses, @kbd{C-M-q} should not change
 anything.