aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2005-04-26 11:02:15 +0000
committerRichard M. Stallman <[email protected]>2005-04-26 11:02:15 +0000
commit881e0a3cf42108e244ccb24a99ba81d6dab07352 (patch)
treeaf471309f45130814b8ef424fa15e8378a7fc25e
parent8f348211f9851ea882032206032e6a4a275c5e61 (diff)
(hexl-mode): Use new name eldoc-documentation-function.
-rw-r--r--lisp/hexl.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/hexl.el b/lisp/hexl.el
index af996940f8..99bbda91c6 100644
--- a/lisp/hexl.el
+++ b/lisp/hexl.el
@@ -284,7 +284,7 @@ You can use \\[hexl-find-file] to visit a file in Hexl mode.
(add-hook 'change-major-mode-hook 'hexl-maybe-dehexlify-buffer nil t)
;; Set a callback function for eldoc.
- (set (make-local-variable 'eldoc-print-current-symbol-info-function)
+ (set (make-local-variable 'eldoc-documentation-function)
'hexl-print-current-point-info)
(eldoc-add-command-completions "hexl-")
(eldoc-remove-command "hexl-save-buffer"