comparison lisp/epg-config.el @ 106000:44a26392fd09

(epg): Doc fix.
author Glenn Morris <rgm@gnu.org>
date Sat, 14 Nov 2009 04:14:05 +0000
parents a9dc0e7c3f2b
children 1d1d5d9bd884
comparison
equal deleted inserted replaced
105999:d258bc2a4ad1 106000:44a26392fd09
1 ;;; epg-config.el --- configuration of the EasyPG Library 1 ;;; epg-config.el --- configuration of the EasyPG Library
2
2 ;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. 3 ;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
3 4
4 ;; Author: Daiki Ueno <ueno@unixuser.org> 5 ;; Author: Daiki Ueno <ueno@unixuser.org>
5 ;; Keywords: PGP, GnuPG 6 ;; Keywords: PGP, GnuPG
6 7
29 30
30 (defconst epg-bug-report-address "ueno@unixuser.org" 31 (defconst epg-bug-report-address "ueno@unixuser.org"
31 "Report bugs to this address.") 32 "Report bugs to this address.")
32 33
33 (defgroup epg () 34 (defgroup epg ()
34 "The EasyPG Library" 35 "The EasyPG library."
35 :version "23.1" 36 :version "23.1"
36 :group 'emacs) 37 :group 'emacs)
37 38
38 (defcustom epg-gpg-program "gpg" 39 (defcustom epg-gpg-program "gpg"
39 "The `gpg' executable." 40 "The `gpg' executable."