summaryrefslogtreecommitdiff
path: root/etc/DEBUG
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-05-02 04:10:31 +0000
committerEli Zaretskii <eliz@gnu.org>2001-05-02 04:10:31 +0000
commitd03fbf52a7f3c0d82d451a0d3967990d61b31515 (patch)
treebdd15d94b2e951f73db078af5d9a9a3dc69e88b0 /etc/DEBUG
parent224067ecadc90b5c548f42f494f14eedb7093557 (diff)
downloademacs-d03fbf52a7f3c0d82d451a0d3967990d61b31515.tar.gz
Fix a typo in the "emacs -xrm" command line. Reported by Kenichi Handa.
Diffstat (limited to 'etc/DEBUG')
-rw-r--r--etc/DEBUG2
1 files changed, 1 insertions, 1 deletions
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