summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-04-12 21:46:25 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-04-12 21:46:25 +0200
commit434d232ca7987a6ff89c69a63f8ae7c7b0290791 (patch)
tree6d33ea801cde39da1ade851a4049c33719431445
parent9a5557d715a47439fcef54444e27bcbdc2714717 (diff)
parent1976c02af0c5bbbc49ec9698ea40871093078a09 (diff)
downloadorg-mode-434d232ca7987a6ff89c69a63f8ae7c7b0290791.tar.gz
Merge branch 'maint'
-rw-r--r--lisp/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 906c759..4080f38 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -2258,7 +2258,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.