diff options
| author | Richard M. Stallman | 2005-04-26 11:00:56 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-04-26 11:00:56 +0000 |
| commit | 49c650714b9b5601a85f91e4a26c532cb816fcc1 (patch) | |
| tree | e12b27a08ca52351a5c815da550480a8d2f9ff22 /lisp | |
| parent | 0a3e46de17584a2bd6045895615d83f9127681f0 (diff) | |
| download | emacs-49c650714b9b5601a85f91e4a26c532cb816fcc1.tar.gz emacs-49c650714b9b5601a85f91e4a26c532cb816fcc1.zip | |
Fix previous change.
Diffstat (limited to 'lisp')
| -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 29167c70812..b23217151e3 100644 --- a/lisp/emacs-lisp/eldoc.el +++ b/lisp/emacs-lisp/eldoc.el | |||
| @@ -45,7 +45,7 @@ | |||
| 45 | 45 | ||
| 46 | ;; Major modes for other languages may use Eldoc by defining an | 46 | ;; Major modes for other languages may use Eldoc by defining an |
| 47 | ;; appropriate function as the buffer-local value of | 47 | ;; appropriate function as the buffer-local value of |
| 48 | ;; `eldoc-print-current-symbol-info-function'. | 48 | ;; `eldoc-documentation-function'. |
| 49 | 49 | ||
| 50 | ;;; Code: | 50 | ;;; Code: |
| 51 | 51 | ||