From 423a66f9d021238b7c27ee48c8a1cb986182c2a9 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 8 May 2008 15:43:04 +0000 Subject: [PATCH] (org-archive-stamp-time, org-archive-save-context-info): Fix typos in docstrings. --- lisp/org/org-archive.el | 6 +++--- 1 file 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." (defcustom org-archive-stamp-time t "Non-nil means, add a time stamp to entries moved to an archive file. -This variable is obsolete and has no effect anymore, instead add ot remove -`time' from the variablle `org-archive-save-context-info'." +This variable is obsolete and has no effect anymore, instead add or remove +`time' from the variable `org-archive-save-context-info'." :group 'org-archive :type 'boolean) (defcustom org-archive-save-context-info '(time file olpath category todo itags) "Parts of context info that should be stored as properties when archiving. -When a subtree is moved to an archive file, it looses information given by +When a subtree is moved to an archive file, it loses information given by context, like inherited tags, the category, and possibly also the TODO state (depending on the variable `org-archive-mark-done'). This variable can be a list of any of the following symbols: -- 2.39.5