Hello,

A patch for a minor docstring typo is attached.

Thanks,
Kyle

>From 21dc34060c939b862b2e926f5aa68d5e97e53cbf Mon Sep 17 00:00:00 2001
From: Kyle Meyer <k...@kyleam.com>
Date: Sat, 1 Nov 2014 17:45:11 -0400
Subject: [PATCH] org.el (org-adapt-indentation): Fix typo

* lisp/org.el (org-adapt-indentation): Fix typo in docstring.
---
 lisp/org.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org.el b/lisp/org.el
index 84b0786..1b17d2c 100755
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -1470,7 +1470,7 @@ (defcustom org-adapt-indentation t
   body starts with text at column 0, indentation is not changed at all.
 
 - Property drawers and planning information is inserted indented when
-  this variable s set.  When nil, they will not be indented.
+  this variable is set.  When nil, they will not be indented.
 
 - TAB indents a line relative to context.  The lines below a headline
   will be indented when this variable is set.
-- 
2.1.3

Reply via email to