From 8892fe3f0404dd608452dd8203f2783a212e8120 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Thu, 3 Mar 2011 09:30:16 +0100 Subject: [PATCH] Fix small typo in docstring. --- lisp/org-table.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-table.el b/lisp/org-table.el index 1fa114051..c068ef24d 100644 --- a/lisp/org-table.el +++ b/lisp/org-table.el @@ -181,7 +181,7 @@ this line." Possible values are: nil never use them from accept as input, do not present for editing -t: accept as input and present for editing" +t accept as input and present for editing" :group 'org-table-calculation :type '(choice (const :tag "Never, don't even check user input for them" nil) -- 2.11.4.GIT