Minor doc change.
authorIan Kelling <ian@iankelling.org>
Mon, 21 Apr 2014 22:27:11 +0000 (15:27 -0700)
committerIan Kelling <ian@iankelling.org>
Mon, 21 Apr 2014 22:27:11 +0000 (15:27 -0700)
bbdb-csv-import.el

index eb1de9d7ed4c5f4c106fb307f92232d877213f0b..512a94871e5451e7ec5f76f0b545838280df2c0c 100644 (file)
 ;;
 ;; Else, note the min versions of dependencies above in "Package-Requires:",
 ;; and load this file. The exact minimum bbdb version is unknown, something 3+.
-
-;;; Usage:
+;;
+;;; Basic Usage:
 ;;
 ;; You may want to back up existing data in ~/.bbdb and ~/.emacs.d/bbdb in case
 ;; you don't like the newly imported data.
 ;;
 ;; Simply M-x `bbdb-csv-import-buffer' or `bbdb-csv-import-file'.
 ;; When called interactively, they prompt for file or buffer arguments.
-;;
+
+;;; Advanced usage / notes:
 ;; Tested to work with thunderbird, gmail, linkedin, outlook.com/hotmail.com For
 ;; those programs, if it's exporter has an option of what kind of csv format,
 ;; choose it's own native format if available, if not, choose an outlook
-;; compatible format. If you're exporting from some other program, and its csv
+;; compatible format. If you're exporting from some other program and its csv
 ;; exporter claims outlook compatibility, there is a good chance it will work
 ;; out of the box.
 ;;