Fix typo.

This commit is contained in:
Carsten Dominik 2008-09-03 11:16:48 +02:00
parent 4416842eab
commit 5d7adb4a62
1 changed files with 1 additions and 1 deletions

View File

@ -6385,7 +6385,7 @@ to execute outside of tables."
'('orgstruct-error)))))))) '('orgstruct-error))))))))
(defun org-context-p (&rest contexts) (defun org-context-p (&rest contexts)
"Check if local context is and of CONTEXTS. "Check if local context is any of CONTEXTS.
Possible values in the list of contexts are `table', `headline', and `item'." Possible values in the list of contexts are `table', `headline', and `item'."
(let ((pos (point))) (let ((pos (point)))
(goto-char (point-at-bol)) (goto-char (point-at-bol))