branch: externals-release/org commit 8faa5ad64f5430cd08424da9acfa502e4f32fdda Author: Ihor Radchenko <yanta...@posteo.net> Commit: Ihor Radchenko <yanta...@posteo.net>
lisp/org.el (org-open-at-point): Fix typo in the docstring Reported-by: Juha Autero <jaut...@iki.fi> Link: https://orgmode.org/list/87a5b46t28....@iki.fi --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 15cf6b2c35..595a2dcc4c 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -8607,7 +8607,7 @@ When point is a footnote definition, move to the first reference found. If it is on a reference, move to the associated definition. -When point is on a src-block of inline src-block, open its result. +When point is on a src-block or inline src-block, open its result. When point is on a citation, follow it.