diff options
Diffstat (limited to 'lisp/epg-config.el')
-rw-r--r-- | lisp/epg-config.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/epg-config.el b/lisp/epg-config.el index 6738d1e95fe..2ad27c728d2 100644 --- a/lisp/epg-config.el +++ b/lisp/epg-config.el @@ -1,4 +1,5 @@ ;;; epg-config.el --- configuration of the EasyPG Library + ;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. ;; Author: Daiki Ueno <ueno@unixuser.org> @@ -31,7 +32,7 @@ "Report bugs to this address.") (defgroup epg () - "The EasyPG Library" + "The EasyPG library." :version "23.1" :group 'emacs) |