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

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

[elpa] externals/ebdb 512cde6 2/2: Change wording of BBDB migration prom


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb 512cde6 2/2: Change wording of BBDB migration prompt
Date: Sat, 21 Nov 2020 19:49:45 -0500 (EST)

branch: externals/ebdb
commit 512cde6a1ed2206b0b58bfd7ee06772571dc602c
Author: Eric Abrahamsen <eric@ericabrahamsen.net>
Commit: Eric Abrahamsen <eric@ericabrahamsen.net>

    Change wording of BBDB migration prompt
    
    * ebdb-migrate.el (ebdb-migrate-from-bbdb): It doesn't make sense to
    say "from previous version of", we're not migrating to a new version.
    Also "upgrade" was a little passive-aggressive.
---
 ebdb-migrate.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/ebdb-migrate.el b/ebdb-migrate.el
index f8ee5da..1153eb9 100644
--- a/ebdb-migrate.el
+++ b/ebdb-migrate.el
@@ -370,7 +370,6 @@ checked for a score to add to the mail addresses in the 
same record."
 ;;;###autoload
 (defun ebdb-migrate-from-bbdb (&optional file)
   "Migrate from BBDB to EBDB.
-
 This upgrade is extreme enough that we can't really use the
 existing migration mechanisms.  They are still there, though, in
 case someone's going from, say, version 2 to 4 in one jump.
@@ -378,7 +377,7 @@ case someone's going from, say, version 2 to 4 in one jump.
 Migrate from FILE, if non-nil.  Otherwise, assume that the
 variable `bbdb-file' points to an existing file holding valid
 contacts in a previous BBDB format.  If that variable isn't set
-use \(locate-user-emacs-file \"bbdb\" \".bbdb\"\), which is how
+use (locate-user-emacs-file \"bbdb\" \".bbdb\"), which is how
 BBDB sets the default of that option."
   (interactive)
   (require 'url-handlers)
@@ -390,7 +389,7 @@ BBDB sets the default of that option."
                                 bbdb-file)
                            (locate-user-emacs-file "bbdb" ".bbdb")))
     (when (and (/= (point-min) (point-max))
-              (yes-or-no-p "Upgrade from previous version of BBDB? "))
+              (yes-or-no-p "Migrate records from BBDB? "))
       (let ((v-records (ebdb-migrate-parse-records))
            (target-db (ebdb-prompt-for-db nil t))
            (total 0)



reply via email to

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