mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-29 07:58:21 +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:
parent
74ea01d945
commit
dc44b5897c
@ -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.")
|
||||
|
Loading…
Reference in New Issue
Block a user