emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/gnorb 3edf1c9 025/449: gnorb-utils.el: gnorb-prompt-for


From: Stefan Monnier
Subject: [elpa] externals/gnorb 3edf1c9 025/449: gnorb-utils.el: gnorb-prompt-for-bbdb-record
Date: Fri, 27 Nov 2020 23:15:01 -0500 (EST)

branch: externals/gnorb
commit 3edf1c930d0d21baaa8c8a2695151da01fe211c9
Author: Eric Abrahamsen <eric@ericabrahamsen.net>
Commit: Eric Abrahamsen <eric@ericabrahamsen.net>

    gnorb-utils.el: gnorb-prompt-for-bbdb-record
    
    Change wording of prompt.
---
 lisp/gnorb-utils.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/gnorb-utils.el b/lisp/gnorb-utils.el
index b9f39c3..1f7d05f 100644
--- a/lisp/gnorb-utils.el
+++ b/lisp/gnorb-utils.el
@@ -45,7 +45,8 @@
     (while (> (length recs) 1)
       (setq name
            (completing-read
-            (format "Filter by regexp (%d remaining): " (length recs))
+            (format "Filter records by regexp (%d remaining): "
+                    (length recs))
             (mapcar 'bbdb-record-name recs)))
       (setq recs (bbdb-search recs name name name nil nil)))
     (car recs)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]