aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/emacs-lisp/eldoc.el2
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