aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/eldoc.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/eldoc.el b/lisp/emacs-lisp/eldoc.el
index 68415f9fa5f..54fbb896b51 100644
--- a/lisp/emacs-lisp/eldoc.el
+++ b/lisp/emacs-lisp/eldoc.el
@@ -7,7 +7,7 @@
7;; Keywords: extensions 7;; Keywords: extensions
8;; Created: 1995-10-06 8;; Created: 1995-10-06
9 9
10;; $Id: eldoc.el,v 1.20 2000/06/03 19:50:18 friedman Exp $ 10;; $Id: eldoc.el,v 1.17 2000/07/24 00:37:03 friedman Exp $
11 11
12;; This file is part of GNU Emacs. 12;; This file is part of GNU Emacs.
13 13
@@ -56,7 +56,6 @@
56 56
57(defgroup eldoc nil 57(defgroup eldoc nil
58 "Show function arglist or variable docstring in echo area." 58 "Show function arglist or variable docstring in echo area."
59 :group 'eldoc
60 :group 'lisp 59 :group 'lisp
61 :group 'extensions) 60 :group 'extensions)
62 61