summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2011-08-17 15:15:35 +0200
committerBastien Guerry <bzg@altern.org>2011-08-17 15:15:35 +0200
commitea055d3e6d3e054899e82f00aab256864ab123bc (patch)
tree5d919ca16efdb223013e504e2883da07670ce102
parent13bf859c97b448c157ee4c101113b0f63ea55e91 (diff)
downloadorg-mode-ea055d3e6d3e054899e82f00aab256864ab123bc.tar.gz
org.el: Minor update of docstrings.
(org-open-at-mouse): Point to the docstring of `org-open-file' for more details. (org-open-file): Mention `org-link-frame-setup' in the docstring. Thanks to Reiner Steib for pointing at this.
-rw-r--r--lisp/org.el7
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 17cd54e..730b40a 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -9294,7 +9294,8 @@ This is still an experimental function, your mileage may vary."
(org-open-at-point 'in-emacs))
(defun org-open-at-mouse (ev)
- "Open file link or URL at mouse."
+ "Open file link or URL at mouse.
+See the docstring of `org-open-file' for details."
(interactive "e")
(mouse-set-point ev)
(if (eq major-mode 'org-agenda-mode)
@@ -9957,6 +9958,10 @@ Optional LINE specifies a line to go to, optional SEARCH a string
to search for. If LINE or SEARCH is given, the file will be
opened in Emacs, unless an entry from org-file-apps that makes
use of groups in a regexp matches.
+
+If you want to change the way frames are used when following a
+link, please customize `org-link-frame-setup'.
+
If the file does not exist, an error is thrown."
(let* ((file (if (equal path "")
buffer-file-name