bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#24475: [PATCH] Fix incorrect argument name in docs


From: Wilfred Hughes
Subject: bug#24475: [PATCH] Fix incorrect argument name in docs
Date: Mon, 19 Sep 2016 21:07:46 -0400

>From e4c34990d05fd2287702b1406b3370835aae3667 Mon Sep 17 00:00:00 2001
From: Wilfred Hughes <me@wilfred.me.uk>
Date: Mon, 19 Sep 2016 20:52:49 -0400
Subject: [PATCH] Fix incorrect argument name

* doc/misc/efaq.texi (Debugging a customization file): the correct
  spelling is --debug-init
---
 doc/misc/efaq.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/misc/efaq.texi b/doc/misc/efaq.texi
index 72a90a1..3ec3d96 100644
--- a/doc/misc/efaq.texi
+++ b/doc/misc/efaq.texi
@@ -1498,7 +1498,7 @@ Debugging a customization file
 @cindex Init file debugging
 @cindex @samp{-debug-init} option

-Start Emacs with the @samp{-debug-init} command-line option.  This
+Start Emacs with the @samp{--debug-init} command-line option.  This
 enables the Emacs Lisp debugger before evaluating your @file{.emacs}
 file, and places you in the debugger if something goes wrong.  The top
 line in the @file{trace-back} buffer will be the error message, and the
-- 
2.10.0





reply via email to

[Prev in Thread] Current Thread [Next in Thread]