aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2008-05-08 15:43:04 +0000
committerJuanma Barranquero2008-05-08 15:43:04 +0000
commit423a66f9d021238b7c27ee48c8a1cb986182c2a9 (patch)
treee4cd494f57103b2c7ab187f5d6beeb463a3bcc20
parentefc054e6124d599645afa2f134cb151c0521be43 (diff)
downloademacs-423a66f9d021238b7c27ee48c8a1cb986182c2a9.tar.gz
emacs-423a66f9d021238b7c27ee48c8a1cb986182c2a9.zip
(org-archive-stamp-time, org-archive-save-context-info):
Fix typos in docstrings.
-rw-r--r--lisp/org/org-archive.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/org/org-archive.el b/lisp/org/org-archive.el
index 91416b35059..9f8e57d6898 100644
--- a/lisp/org/org-archive.el
+++ b/lisp/org/org-archive.el
@@ -50,14 +50,14 @@ use the first keyword in its list that means done."
50 50
51(defcustom org-archive-stamp-time t 51(defcustom org-archive-stamp-time t
52 "Non-nil means, add a time stamp to entries moved to an archive file. 52 "Non-nil means, add a time stamp to entries moved to an archive file.
53This variable is obsolete and has no effect anymore, instead add ot remove 53This variable is obsolete and has no effect anymore, instead add or remove
54`time' from the variablle `org-archive-save-context-info'." 54`time' from the variable `org-archive-save-context-info'."
55 :group 'org-archive 55 :group 'org-archive
56 :type 'boolean) 56 :type 'boolean)
57 57
58(defcustom org-archive-save-context-info '(time file olpath category todo itags) 58(defcustom org-archive-save-context-info '(time file olpath category todo itags)
59 "Parts of context info that should be stored as properties when archiving. 59 "Parts of context info that should be stored as properties when archiving.
60When a subtree is moved to an archive file, it looses information given by 60When a subtree is moved to an archive file, it loses information given by
61context, like inherited tags, the category, and possibly also the TODO 61context, like inherited tags, the category, and possibly also the TODO
62state (depending on the variable `org-archive-mark-done'). 62state (depending on the variable `org-archive-mark-done').
63This variable can be a list of any of the following symbols: 63This variable can be a list of any of the following symbols: