diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-07-04 00:57:33 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-07-04 00:57:33 +0000 |
commit | 8d764d76d1388e70ef2e3eb00912b8d9b88891c0 (patch) | |
tree | 98b0fda3b2a6e6889e0a067d3fdaf87bc71bac0d /lisp | |
parent | 4a836a63cb6da59f501da45db361ebbc3d9be310 (diff) | |
download | emacs-8d764d76d1388e70ef2e3eb00912b8d9b88891c0.tar.gz |
(pgg-parse): Finish `defgroup' description with period.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/gnus/pgg-parse.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/pgg-parse.el b/lisp/gnus/pgg-parse.el index 7929b54010d..bd62510e838 100644 --- a/lisp/gnus/pgg-parse.el +++ b/lisp/gnus/pgg-parse.el @@ -40,7 +40,7 @@ (require 'custom) (defgroup pgg-parse () - "OpenPGP packet parsing" + "OpenPGP packet parsing." :group 'pgg) (defcustom pgg-parse-public-key-algorithm-alist |