diff options
| author | Juanma Barranquero | 2005-07-04 00:58:54 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-07-04 00:58:54 +0000 |
| commit | 7a49819f22ad590e6d66133f9075c95b583de5a0 (patch) | |
| tree | 67f9c2346b653ece544eaebb80e700ab8ac788bf /lisp | |
| parent | 5a210b89daece11fe50e9e5e119aed7deb89a9f4 (diff) | |
| download | emacs-7a49819f22ad590e6d66133f9075c95b583de5a0.tar.gz emacs-7a49819f22ad590e6d66133f9075c95b583de5a0.zip | |
(pgg-pgp5): Finish `defgroup' description with period.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/gnus/pgg-pgp5.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/pgg-pgp5.el b/lisp/gnus/pgg-pgp5.el index 372cf48c473..2cd6bf08815 100644 --- a/lisp/gnus/pgg-pgp5.el +++ b/lisp/gnus/pgg-pgp5.el | |||
| @@ -30,7 +30,7 @@ | |||
| 30 | (require 'pgg)) | 30 | (require 'pgg)) |
| 31 | 31 | ||
| 32 | (defgroup pgg-pgp5 () | 32 | (defgroup pgg-pgp5 () |
| 33 | "PGP 5.* interface" | 33 | "PGP 5.* interface." |
| 34 | :group 'pgg) | 34 | :group 'pgg) |
| 35 | 35 | ||
| 36 | (defcustom pgg-pgp5-pgpe-program "pgpe" | 36 | (defcustom pgg-pgp5-pgpe-program "pgpe" |