From 9031cdf2c44c1c2914ca3a61162f3739ea11e2d3 Mon Sep 17 00:00:00 2001
From: Eli Zaretskii <eliz@gnu.org>
Date: Wed, 2 May 2001 04:10:31 +0000
Subject: [PATCH] Fix a typo in the "emacs -xrm" command line.  Reported by
 Kenichi Handa.

---
 etc/DEBUG | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/DEBUG b/etc/DEBUG
index 6b779b10779..9062aafd0f2 100644
--- 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
-- 
2.39.5