diff options
| author | Omar Antolín <omar.antolin@gmail.com> | 2020-04-17 18:42:07 -0500 |
|---|---|---|
| committer | Omar Antolín <omar.antolin@gmail.com> | 2020-04-17 18:42:07 -0500 |
| commit | b0913a9c5665e6abee6f6cc09694a4e52cab7e13 (patch) | |
| tree | f45c9654f35a079940ff7a4a8334cb4c5a40c75d | |
| parent | 92183431712f94b042c6b6caba2b6c2415db3c66 (diff) | |
Placate checkdoc again
| -rw-r--r-- | orderless.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/orderless.el b/orderless.el index 0d5bbdd..7d3d7ae 100644 --- a/orderless.el +++ b/orderless.el @@ -170,7 +170,7 @@ This function is part of the `orderless' completion style." (remove-hook 'minibuffer-exit-hook #'orderless--restore-regexp-separator)) (defun orderless-temporarily-change-separator (separator) - "Change `orderless-regexp-separator' for the current completion session." + "Use SEPARATOR to split the input for the current completion session." (interactive (list (let ((enable-recursive-minibuffers t)) (read-string "Orderless regexp separator: ")))) |
