summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-03-15 13:01:29 +0100
committerBastien Guerry <bzg@altern.org>2013-03-15 13:01:29 +0100
commit72bb08f0b8925f24b650dad47621ada1aded6c28 (patch)
tree8111ba645424f4c3a1ff5731f85c72c8e1845f0a
parentf9224ea36a5b99903a4cbbd2968ac7e877ee6764 (diff)
downloadorg-mode-72bb08f0b8925f24b650dad47621ada1aded6c28.tar.gz
org.el (org-execute-file-search-functions): Docstring fix
* org.el (org-execute-file-search-functions): Docstring fix.
-rw-r--r--lisp/org.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 52ae163..0a727cc 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -10441,9 +10441,9 @@ does handle the search, it must return a non-nil value to keep
other functions from trying.
Each function can access the current prefix argument through the
-variable `current-prefix-argument'. Note that a single prefix is
-used to force opening a link in Emacs, so it may be good to only
-use a numeric or double prefix to guide the search function.
+variable `current-prefix-arg'. Note that a single prefix is used
+to force opening a link in Emacs, so it may be good to only use a
+numeric or double prefix to guide the search function.
In case this is needed, a function in this hook can also restore
the window configuration before `org-open-at-point' was called using: