diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-07-04 02:54:53 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-07-04 02:54:53 +0000 |
commit | 5c4ad728061fe876b2873576e91873a3ebf1b8cc (patch) | |
tree | accd705dd8d83c1a460822200f876a5a3cc3c7b7 | |
parent | 434a76a2ae8938d3fb8fe30d17e7c05700db9163 (diff) | |
download | emacs-5c4ad728061fe876b2873576e91873a3ebf1b8cc.tar.gz |
(remote-compile): Finish `defgroup' description with period.
-rw-r--r-- | lisp/net/rcompile.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/rcompile.el b/lisp/net/rcompile.el index 6928b2f4943..aab6430a839 100644 --- a/lisp/net/rcompile.el +++ b/lisp/net/rcompile.el @@ -70,7 +70,7 @@ ;;;; user defined variables (defgroup remote-compile nil - "Run a compilation on a remote machine" + "Run a compilation on a remote machine." :group 'processes :group 'tools) |