From 2a95f5e40958d7b9e79e5ad64eb24507c9d638d5 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Mon, 4 Nov 2013 12:45:22 +0100 Subject: [PATCH] org.texi (Catching invisible edits): Fix typo * org.texi (Catching invisible edits): Fix typo. Thanks to Cyprien Gay for reporting this. --- doc/org.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/org.texi b/doc/org.texi index 852c1531a..94f7ac30a 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -1375,7 +1375,7 @@ entries. @vindex org-catch-invisible-edits @cindex edits, catching invisible Sometimes you may inadvertently edit an invisible part of the buffer and be -confused on what as been edited and how to undo the mistake. Setting +confused on what has been edited and how to undo the mistake. Setting @code{org-catch-invisible-edits} to non-@code{nil} will help prevent this. See the docstring of this option on how Org should catch invisible edits and process them.