diff options
Diffstat (limited to 'lisp')
| -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 bc868759d92..f31dafb7b11 100644 --- a/lisp/emacs-lisp/eldoc.el +++ b/lisp/emacs-lisp/eldoc.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; eldoc.el --- show function arglist or variable docstring in echo area | 1 | ;;; eldoc.el --- show function arglist or variable docstring in echo area |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 97, 98, 99, 2000, 2003 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2003, 2005 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Noah Friedman <friedman@splode.com> | 6 | ;; Author: Noah Friedman <friedman@splode.com> |
| 6 | ;; Maintainer: friedman@splode.com | 7 | ;; Maintainer: friedman@splode.com |
| @@ -150,7 +151,7 @@ If point is over a documented variable, print that variable's docstring | |||
| 150 | instead. | 151 | instead. |
| 151 | 152 | ||
| 152 | With prefix ARG, turn ElDoc mode on if and only if ARG is positive." | 153 | With prefix ARG, turn ElDoc mode on if and only if ARG is positive." |
| 153 | nil eldoc-minor-mode-string nil | 154 | :group 'eldoc :lighter eldoc-minor-mode-string |
| 154 | (setq eldoc-last-message nil) | 155 | (setq eldoc-last-message nil) |
| 155 | (if eldoc-mode | 156 | (if eldoc-mode |
| 156 | (progn | 157 | (progn |