0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-20 02:26:29 +00:00

* 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

View file

@ -185,7 +185,7 @@ Changing this variable requires a restart of Emacs to get activated."
(const :tag "Activate checkboxes" activate-checkboxes)))
(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)
(re-search-forward regexp (line-end-position) t))