branch: elpa/adoc-mode commit c3d738dd7ded1a9bed70727ac52629f7fd2c6848 Author: Bozhidar Batsov <bozhi...@batsov.dev> Commit: Bozhidar Batsov <bozhi...@batsov.dev>
Fix a typo --- adoc-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adoc-mode.el b/adoc-mode.el index 5bb07132b6..4381323168 100644 --- a/adoc-mode.el +++ b/adoc-mode.el @@ -2691,7 +2691,7 @@ passed the on-region argument." on-region)) (defun adoc-forward-xref (&optional bound) - "Move forward to next xref and return it's id. + "Move forward to next xref and return its id. Match data is the one of the found xref. Returns nil if there was no xref found."