diff etc/DEBUG @ 37534:3ea5075dc420

Fix a typo in the "emacs -xrm" command line. Reported by Kenichi Handa.
author Eli Zaretskii <eliz@gnu.org>
date Wed, 02 May 2001 04:10:31 +0000
parents ed5dca63a0ed
children 77f4666fdd04
line wrap: on
line diff
--- a/etc/DEBUG	Tue May 01 13:49:59 2001 +0000
+++ b/etc/DEBUG	Wed May 02 04:10:31 2001 +0000
@@ -252,7 +252,7 @@
 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