diff options
author | Glenn Morris <rgm@gnu.org> | 2009-11-14 04:14:05 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-11-14 04:14:05 +0000 |
commit | d31357463781689dcaa20bf37da732ed4ac34ca3 (patch) | |
tree | c7b8c2542fa18cefd83c65e433744a79551021e6 /lisp/epg-config.el | |
parent | cb27a5443b3b851ac851a839e0c2ae664d8c48db (diff) | |
download | emacs-d31357463781689dcaa20bf37da732ed4ac34ca3.tar.gz |
(epg): Doc fix.
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) |