branch: externals/org-contacts commit 5d0ecac118018d9412ca3134f8f3e9ecc9a0c922 Author: stardiviner <numbch...@gmail.com> Commit: stardiviner <numbch...@gmail.com>
Update package description. --- README.org | 2 +- org-contacts.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index f5ce77efb0..d36e80e99c 100644 --- a/README.org +++ b/README.org @@ -1,6 +1,6 @@ * Intro -Contacts management system for Org mode +Contacts management system for Org Mode. (The public repo of original =org-mode/contrib/lisp/org-contacts.el=.) diff --git a/org-contacts.el b/org-contacts.el index 206838ad77..6af14cae85 100644 --- a/org-contacts.el +++ b/org-contacts.el @@ -1,4 +1,4 @@ -;;; org-contacts.el --- Contacts management -*- lexical-binding: t; -*- +;;; org-contacts.el --- Contacts management system for Org Mode. -*- lexical-binding: t; -*- ;; Copyright (C) 2010-2014, 2021 Julien Danjou <jul...@danjou.info>