mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-04 08:28:15 +01:00
emacs/address: rewrite docstring for n-a-selection-function
The previous version essentially repeated the source code, and generated a compiler warning.
This commit is contained in:
parent
c273266503
commit
5de7beec16
1 changed files with 1 additions and 2 deletions
|
@ -153,8 +153,7 @@ matching `notmuch-address-completion-headers-regexp'."
|
||||||
;;; Setup
|
;;; Setup
|
||||||
|
|
||||||
(defun notmuch-address-selection-function (prompt collection initial-input)
|
(defun notmuch-address-selection-function (prompt collection initial-input)
|
||||||
"Call (`completing-read'
|
"Default address selection function: delegate to completing read."
|
||||||
PROMPT COLLECTION nil nil INITIAL-INPUT 'notmuch-address-history)"
|
|
||||||
(completing-read
|
(completing-read
|
||||||
prompt collection nil nil initial-input 'notmuch-address-history))
|
prompt collection nil nil initial-input 'notmuch-address-history))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue