org.el (org-map-continue-from): Fix typo in docstring.

* org.el (org-map-continue-from): Fix typo in docstring.
This commit is contained in:
Bastien Guerry 2011-12-29 17:46:47 +01:00
parent 74ea01d945
commit dc44b5897c
1 changed files with 1 additions and 1 deletions

View File

@ -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.")