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

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

[elpa] externals/ebdb 2de4f0e 241/350: Apparently I was spelling vCard w


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb 2de4f0e 241/350: Apparently I was spelling vCard wrong
Date: Mon, 14 Aug 2017 11:46:46 -0400 (EDT)

branch: externals/ebdb
commit 2de4f0e007c6125a677894db5e1126d6b55b2a4f
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>

    Apparently I was spelling vCard wrong
    
    * ebdb-vcard.el: Oh, the shame.
---
 ebdb-vcard.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/ebdb-vcard.el b/ebdb-vcard.el
index ef305a9..1019a2e 100644
--- a/ebdb-vcard.el
+++ b/ebdb-vcard.el
@@ -1,4 +1,4 @@
-;;; ebdb-vcard.el --- Vcard export and import routine for EBDB  -*- 
lexical-binding: t; -*-
+;;; ebdb-vcard.el --- vCard export and import routine for EBDB  -*- 
lexical-binding: t; -*-
 
 ;; Copyright (C) 2016-2017  Free Software Foundation, Inc.
 
@@ -34,21 +34,21 @@
     :documentation "The string to insert for this formatter's
     version."))
   :abstract t
-  :documentation "Base formatter for VCard export.")
+  :documentation "Base formatter for vCard export.")
 
 (defclass ebdb-formatter-vcard-30 (ebdb-formatter-vcard)
   ((version-string
     :initform "3.0"))
-  :documentation "Formatter for VCard format 3.0.")
+  :documentation "Formatter for vCard format 3.0.")
 
 (defclass ebdb-formatter-vcard-40 (ebdb-formatter-vcard)
   ((version-string
     :initform "4.0")
    (coding-system :initform 'utf-8-emacs))
-  :documentation "Formatter for VCard format 4.0.")
+  :documentation "Formatter for vCard format 4.0.")
 
 (defgroup ebdb-vcard nil
-  "Customization options for EBDB Vcard support."
+  "Customization options for EBDB vCard support."
   :group 'ebdb)
 
 (defcustom ebdb-vcard-default-40-formatter



reply via email to

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