summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-05-05 09:49:12 +0200
committerBastien Guerry <bzg@altern.org>2012-05-05 09:49:12 +0200
commit405eae04970519215e180cefb0e95962d4844e7e (patch)
tree0edee5f7db886a717a3ac63f1ab20bb5774f0c18
parent39204efe9a0185120e3a319fb4aeba1af2da83d0 (diff)
downloadorg-mode-405eae04970519215e180cefb0e95962d4844e7e.tar.gz
Fix small typo and rearrange some parentheses.
-rw-r--r--lisp/org.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 5f707d7..219963b 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -10697,7 +10697,7 @@ RFLOC can be a refile location obtained in a different way.
See also `org-refile-use-outline-path' and `org-completion-use-ido'.
If you are using target caching (see `org-refile-use-cache'),
-You have to clear the target cache in order to find new targets.
+you have to clear the target cache in order to find new targets.
This can be done with a 0 prefix (`C-0 C-c C-w') or a triple
prefix argument (`C-u C-u C-u C-c C-w')."
@@ -10980,8 +10980,7 @@ this is used for the GOTO interface."
rtn))
((eq flag 'lambda)
;; exact match?
- (assoc string thetable)))
- ))
+ (assoc string thetable)))))
args)))
;;;; Dynamic blocks