aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-05-02 04:10:31 +0000
committerEli Zaretskii2001-05-02 04:10:31 +0000
commit9031cdf2c44c1c2914ca3a61162f3739ea11e2d3 (patch)
treed125a6611e02c50e4a2b72fd6c49130efb556bed
parenta9d2fd1d6ba612cfe078a06600e7ee111e364aff (diff)
downloademacs-9031cdf2c44c1c2914ca3a61162f3739ea11e2d3.tar.gz
emacs-9031cdf2c44c1c2914ca3a61162f3739ea11e2d3.zip
Fix a typo in the "emacs -xrm" command line. Reported by Kenichi Handa.
-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.
252You can start Emacs in a synchronous mode by invoking it with the -xrm 252You can start Emacs in a synchronous mode by invoking it with the -xrm
253option, like this: 253option, like this:
254 254
255 emacs -rm "emacs.synchronous: true" 255 emacs -xrm "emacs.synchronous: true"
256 256
257Setting a breakpoint in the function `x_error_quitter' and looking at 257Setting a breakpoint in the function `x_error_quitter' and looking at
258the backtrace when Emacs stops inside that function will show what 258the backtrace when Emacs stops inside that function will show what