summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-04-12 21:45:52 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-04-12 21:46:05 +0200
commit1976c02af0c5bbbc49ec9698ea40871093078a09 (patch)
tree0a31a8137b18aef041c9a9fe6293fe895b50187a
parentd20fc4d7c5973e2c07feb321f959471d946aff57 (diff)
downloadorg-mode-1976c02af0c5bbbc49ec9698ea40871093078a09.tar.gz
Fix docstring
* lisp/org.el (org-file-apps): Fix regexp in docstring.
-rw-r--r--lisp/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 3c3215d..1b074da 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -2294,7 +2294,7 @@ Possible values for the file identifier are:
In a custom function, you can access the group matches with
(match-string n link).
- Example: (\"\\\\.pdf::\\\\(\\\\d+\\\\)\\\\\\='\" . \
+ Example: (\"\\\\.pdf::\\\\([0-9]+\\\\)\\\\\\='\" . \
\"evince -p %1 %s\")
to open [[file:document.pdf::5]] with evince at page 5.