aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorAndreas Schwab <[email protected]>2000-12-02 20:10:49 +0000
committerAndreas Schwab <[email protected]>2000-12-02 20:10:49 +0000
commit7cc35ed26d12dbeee7516dd21ca01bfc6619b83c (patch)
tree6aa3b7c51c6fecf528e36189b8caf542321ca41f /lisp
parentc152047f4f9721292ee060a6706b81e27adcf74c (diff)
(eldoc): Don't make parent of itself.
Diffstat (limited to 'lisp')
-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 68415f9fa5..54fbb896b5 100644
--- a/lisp/emacs-lisp/eldoc.el
+++ b/lisp/emacs-lisp/eldoc.el
@@ -7,7 +7,7 @@
;; Keywords: extensions
;; Created: 1995-10-06
-;; $Id: eldoc.el,v 1.20 2000/06/03 19:50:18 friedman Exp $
+;; $Id: eldoc.el,v 1.17 2000/07/24 00:37:03 friedman Exp $
;; This file is part of GNU Emacs.
@@ -56,7 +56,6 @@
(defgroup eldoc nil
"Show function arglist or variable docstring in echo area."
- :group 'eldoc
:group 'lisp
:group 'extensions)