* lisp/org-mouse.el (org-mouse-re-search-line): Document function argument

This commit is contained in:
Ihor Radchenko 2023-10-28 13:53:22 +03:00
parent 9183e3c723
commit ffcdaa1e22
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ Changing this variable requires a restart of Emacs to get activated."
(const :tag "Activate checkboxes" activate-checkboxes))) (const :tag "Activate checkboxes" activate-checkboxes)))
(defun org-mouse-re-search-line (regexp) (defun org-mouse-re-search-line (regexp)
"Search the current line for a given regular expression." "Search the current line for a given regular expression REGEXP."
(forward-line 0) (forward-line 0)
(re-search-forward regexp (line-end-position) t)) (re-search-forward regexp (line-end-position) t))