diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-07-04 00:56:54 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-07-04 00:56:54 +0000 |
commit | 4a836a63cb6da59f501da45db361ebbc3d9be310 (patch) | |
tree | 821de1b9f1a2318a16094d20aefef6e293f978d9 /lisp | |
parent | e72c9bccafc64a8a0fd725739bef8ac4534ca72d (diff) | |
download | emacs-4a836a63cb6da59f501da45db361ebbc3d9be310.tar.gz emacs-4a836a63cb6da59f501da45db361ebbc3d9be310.tar.bz2 emacs-4a836a63cb6da59f501da45db361ebbc3d9be310.zip |
(pgg-gpg): Finish `defgroup' description with period.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/gnus/pgg-gpg.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/pgg-gpg.el b/lisp/gnus/pgg-gpg.el index 463020838c9..d419a4b9310 100644 --- a/lisp/gnus/pgg-gpg.el +++ b/lisp/gnus/pgg-gpg.el @@ -30,7 +30,7 @@ (require 'pgg)) (defgroup pgg-gpg () - "GnuPG interface" + "GnuPG interface." :group 'pgg) (defcustom pgg-gpg-program "gpg" |