From ffcdaa1e229e091a55e8b0cb5901bd0a844be796 Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Sat, 28 Oct 2023 13:53:22 +0300 Subject: [PATCH] * lisp/org-mouse.el (org-mouse-re-search-line): Document function argument --- lisp/org-mouse.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-mouse.el b/lisp/org-mouse.el index b366ef6c9..febdd080c 100644 --- a/lisp/org-mouse.el +++ b/lisp/org-mouse.el @@ -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))