branch: externals/tmr commit ca6c0c33db91125e1fe5edf4221dd9b9e3ecfe3e Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
tmr: update doc string in light of commit 507e49a --- tmr.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tmr.el b/tmr.el index f279441824..a7031b0d9b 100644 --- a/tmr.el +++ b/tmr.el @@ -282,9 +282,7 @@ If DEFAULT is provided, use that as a default." (defun tmr--description-prompt (&optional default) "Helper prompt for descriptions in `tmr'. -If optional DEFAULT is provided use it as a default. Otherwise -use the latest input from the `tmr--description-hist', if -present." +If optional DEFAULT is provided use it as a default candidate." (completing-read (if default (format "Description for this tmr [%s]: " default)