Fix a typo in the "emacs -xrm" command line. Reported by Kenichi Handa.
authorEli Zaretskii <eliz@gnu.org>
Wed, 2 May 2001 04:10:31 +0000 (04:10 +0000)
committerEli Zaretskii <eliz@gnu.org>
Wed, 2 May 2001 04:10:31 +0000 (04:10 +0000)
etc/DEBUG

index 6b779b10779c8714cab4b269bda58c6e6f47208d..9062aafd0f2db782331fda2e0e7d81622a86266d 100644 (file)
--- a/etc/DEBUG
+++ b/etc/DEBUG
@@ -252,7 +252,7 @@ which call really caused the error.
 You can start Emacs in a synchronous mode by invoking it with the -xrm
 option, like this:
 
-    emacs -rm "emacs.synchronous: true"
+    emacs -xrm "emacs.synchronous: true"
 
 Setting a breakpoint in the function `x_error_quitter' and looking at
 the backtrace when Emacs stops inside that function will show what