--- Begin Message ---
Subject: |
[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 <address@hidden>
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
--- End Message ---
--- Begin Message ---
Subject: |
Re: bug#24475: [PATCH] Fix incorrect argument name in docs |
Date: |
Tue, 20 Sep 2016 17:28:31 +0300 |
> From: Wilfred Hughes <address@hidden>
> Date: Tue, 20 Sep 2016 00:25:40 -0400
> Cc: address@hidden
>
> Huh, I did not know that. Feel free to apply or discard as you see fit.
Thanks, closing.
--- End Message ---