Hello,

I've noticed that commit 900a6f8 mistakenly reverted the change in the
manual introduced by commit 6f06e8d.

>From 15b70ea013cd9886320b22191aa5527f866f5959 Mon Sep 17 00:00:00 2001
From: Alex Kost <alez...@gmail.com>
Date: Sun, 14 Jun 2015 19:09:34 +0300
Subject: [PATCH] Fix typo in the man page.

* doc/guile.1: "--no-autocompile" -> "--no-auto-compile".
---
 doc/guile.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guile.1 b/doc/guile.1
index 5d8b4e1..7b3d232 100644
--- a/doc/guile.1
+++ b/doc/guile.1
@@ -125,7 +125,7 @@ is being run interactively.
 Compile source files automatically (default behavior).
 .
 .TP
-.B --no-autocompile
+.B --no-auto-compile
 Disable automatic source file compilation.
 .
 .TP
-- 
2.4.2

Reply via email to