mirror of https://codeberg.org/cage/tinmop/
- fixed docstring.
This commit is contained in:
parent
dcde779d25
commit
f044d1336a
|
@ -608,8 +608,7 @@ current has focus"
|
|||
:complete-fn #'complete:complete-always-empty)))
|
||||
|
||||
(defun apropos-help-global ()
|
||||
"Print a command's documentation matching a regular expression in
|
||||
all commands database."
|
||||
"Print a command's documentation matching a regular expression in all commands database."
|
||||
(flet ((on-input-complete (regex)
|
||||
(let ((event (make-instance 'help-apropos-event
|
||||
:globalp t
|
||||
|
|
Loading…
Reference in New Issue