From 5bb58daa2259d14d86379af524fd7736d1187518 Mon Sep 17 00:00:00 2001 From: Aaron Ecay Date: Fri, 19 Sep 2014 14:37:46 -0400 Subject: [PATCH] org-table: fix docstring * lisp/org-table.el (org-table-get): Fix 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 b95d5af65..7607ead2b 100644 --- a/lisp/org-table.el +++ b/lisp/org-table.el @@ -1175,7 +1175,7 @@ If LINE is larger than the number of data lines in the table, the function returns nil. However, if COLUMN is too large, we will simply return an empty string. If LINE is nil, use the current line. -If column is nil, use the current column." +If COLUMN is nil, use the current column." (setq column (or column (org-table-current-column))) (save-excursion (and (or (not line) (org-table-goto-line line)) -- 2.11.4.GIT