diff options
| author | Richard M. Stallman | 2007-05-06 18:10:35 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-05-06 18:10:35 +0000 |
| commit | e850c5e182ac4b88e8fb57b0cfe6484f9c9bd62a (patch) | |
| tree | 9c45e72d7db4e3cc5d212641e59de71fdca1c663 | |
| parent | 500c43ed9fdcd056d5e01c946a536cf949b58850 (diff) | |
| download | emacs-e850c5e182ac4b88e8fb57b0cfe6484f9c9bd62a.tar.gz emacs-e850c5e182ac4b88e8fb57b0cfe6484f9c9bd62a.zip | |
(turn-on-eldoc-mode): Doc fix.
| -rw-r--r-- | lisp/emacs-lisp/eldoc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/eldoc.el b/lisp/emacs-lisp/eldoc.el index fd762e2968f..85b150b6ae5 100644 --- a/lisp/emacs-lisp/eldoc.el +++ b/lisp/emacs-lisp/eldoc.el | |||
| @@ -157,7 +157,7 @@ With prefix ARG, turn ElDoc mode on if and only if ARG is positive." | |||
| 157 | 157 | ||
| 158 | ;;;###autoload | 158 | ;;;###autoload |
| 159 | (defun turn-on-eldoc-mode () | 159 | (defun turn-on-eldoc-mode () |
| 160 | "Unequivocally turn on eldoc-mode (see variable documentation)." | 160 | "Unequivocally turn on ElDoc mode (see command `eldoc-mode')." |
| 161 | (interactive) | 161 | (interactive) |
| 162 | (eldoc-mode 1)) | 162 | (eldoc-mode 1)) |
| 163 | 163 | ||