diff options
author | Lute Kamstra <lute@gnu.org> | 2005-04-04 09:11:34 +0000 |
---|---|---|
committer | Lute Kamstra <lute@gnu.org> | 2005-04-04 09:11:34 +0000 |
commit | 90f5a5a05efb79bbde9030c2ac7cc268b4803150 (patch) | |
tree | a7ed62652e70564aa76a2d0131877b83329a2143 /lisp/emacs-lisp/eldoc.el | |
parent | c06dbb8f150b59d0536f61bbcd2c242e5dfde2a0 (diff) |
(eldoc-mode): Specify :group.
Diffstat (limited to 'lisp/emacs-lisp/eldoc.el')
-rw-r--r-- | lisp/emacs-lisp/eldoc.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/eldoc.el b/lisp/emacs-lisp/eldoc.el index bc868759d9..f31dafb7b1 100644 --- a/lisp/emacs-lisp/eldoc.el +++ b/lisp/emacs-lisp/eldoc.el @@ -1,6 +1,7 @@ ;;; eldoc.el --- show function arglist or variable docstring in echo area -;; Copyright (C) 1996, 97, 98, 99, 2000, 2003 Free Software Foundation, Inc. +;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2003, 2005 +;; Free Software Foundation, Inc. ;; Author: Noah Friedman <friedman@splode.com> ;; Maintainer: friedman@splode.com @@ -150,7 +151,7 @@ If point is over a documented variable, print that variable's docstring instead. With prefix ARG, turn ElDoc mode on if and only if ARG is positive." - nil eldoc-minor-mode-string nil + :group 'eldoc :lighter eldoc-minor-mode-string (setq eldoc-last-message nil) (if eldoc-mode (progn |