0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-23 01:18:39 +00:00

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 966d1e2b93
commit 88ef5fe272

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