From: Juanma Barranquero Date: Mon, 4 Jul 2005 01:46:37 +0000 (+0000) Subject: (apropos): Finish `defgroup' description with period. X-Git-Tag: emacs-pretest-22.0.90~8442 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=32463e4d0882ffe0cce33bd825f0cfc65687537e;p=emacs.git (apropos): Finish `defgroup' description with period. --- diff --git a/lisp/apropos.el b/lisp/apropos.el index b9d7e3ff41d..9ac6d32300d 100644 --- a/lisp/apropos.el +++ b/lisp/apropos.el @@ -61,7 +61,7 @@ (eval-when-compile (require 'cl)) (defgroup apropos nil - "Apropos commands for users and programmers" + "Apropos commands for users and programmers." :group 'help :prefix "apropos")