X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=bbdb3-csv-import.el;h=35f99f44be89627acc86fc7124ad83cacc035cae;hb=704495c225d50fa0b8e5cb2ffaf867456be2d5c0;hp=fc80b43cfb7c28028545f5391d69c59521b6359d;hpb=94e3ec591dc8652de05a3ae39eca6d6e2e6e4ff6;p=bbdb-csv-import diff --git a/bbdb3-csv-import.el b/bbdb3-csv-import.el index fc80b43..35f99f4 100644 --- a/bbdb3-csv-import.el +++ b/bbdb3-csv-import.el @@ -22,9 +22,9 @@ ;;; Commentary: -;; Some tools such as Thunderbird and Outlook allow for exporting contact data -;; as CSV (Comma Separated Value) files. This package allows for importing such -;; files into Emacs's bbdb database, version 3+. +;; Importer of csv (comma separated value) text into Emacs’s bbdb database, +;; version 3+. Programs such as Thunderbird and Outlook allow for exporting +;; contact data as csv files. ;;; Installation: ;; @@ -48,9 +48,11 @@ ;; ;; Thunderbird csv data works out of the box. Otherwise you will need to create ;; a mapping table to suit your data and assign it to -;; bbdb3-csv-import-mapping-table. Please send any new mapping tables upstream -;; so I can add it to this file for other's benefit. I, Ian Kelling, am willing -;; to help with any issues including creating a mapping table given sample data. +;; bbdb3-csv-import-mapping-table. Note that variable's doc string and perhaps +;; the test data within this project for more details. Please send any new +;; mapping tables upstream so I can add it to this file for other's benefit. I, +;; Ian Kelling, am willing to help with any issues including creating a mapping +;; table given sample data. ;; ;; Tips for testing: bbdb doesn't work if you delete the bbdb database file in ;; the middle of an emacs session. If you want to empty the current bbdb database,