0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 19:37:52 +00:00

Fix docstring

* lisp/org.el (org-file-apps): Fix regexp in docstring.
This commit is contained in:
Nicolas Goaziou 2018-04-12 21:45:52 +02:00
parent d20fc4d7c5
commit 1976c02af0

View file

@ -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.