From: Richard M. Stallman Date: Tue, 26 Apr 2005 11:02:15 +0000 (+0000) Subject: (hexl-mode): Use new name eldoc-documentation-function. X-Git-Tag: ttn-vms-21-2-B4~726 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=881e0a3cf42108e244ccb24a99ba81d6dab07352;p=emacs.git (hexl-mode): Use new name eldoc-documentation-function. --- diff --git a/lisp/hexl.el b/lisp/hexl.el index af996940f86..99bbda91c6c 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"