* lisp/org-mouse.el (org-mouse-re-search-line): Document function argument
This commit is contained in:
parent
9183e3c723
commit
ffcdaa1e22
|
@ -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))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue