From dc44b5897cf41f330add06bcb0a3b4f919b85c0b Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Thu, 29 Dec 2011 17:46:47 +0100 Subject: [PATCH] org.el (org-map-continue-from): Fix typo in docstring. * org.el (org-map-continue-from): 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 13a0f44a0..14b182bf1 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -12703,7 +12703,7 @@ ACTION can be `set', `up', `down', or a character." (defvar org-agenda-archives-mode) (defvar org-map-continue-from nil "Position from where mapping should continue. -Can be set by the action argument to `org-scan-tag's and `org-map-entries'.") +Can be set by the action argument to `org-scan-tags' and `org-map-entries'.") (defvar org-scanner-tags nil "The current tag list while the tags scanner is running.") -- 2.11.4.GIT