From 6ba251d4738b146b11b42499fdf6d966f120b82a Mon Sep 17 00:00:00 2001 From: Marco Wahl Date: Wed, 20 May 2015 10:58:49 +0200 Subject: [PATCH] Fix two typos * lisp/org.el: Fix in documentation of variable org-outline-path-complete-in-steps. --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 83490337f..8a331c2f5 100755 --- a/lisp/org.el +++ b/lisp/org.el @@ -2472,7 +2472,7 @@ When `full-file-path', include the full file path." "Non-nil means complete the outline path in hierarchical steps. When Org-mode uses the refile interface to select an outline path \(see variable `org-refile-use-outline-path'), the completion of -the path can be done is a single go, or if can be done in steps down +the path can be done in a single go, or it can be done in steps down the headline hierarchy. Going in steps is probably the best if you do not use a special completion package like `ido' or `icicles'. However, when using these packages, going in one step can be very -- 2.11.4.GIT