]> git.eshelyaron.com Git - emacs.git/commitdiff
(hexl-mode): Use new name eldoc-documentation-function.
authorRichard M. Stallman <rms@gnu.org>
Tue, 26 Apr 2005 11:02:15 +0000 (11:02 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 26 Apr 2005 11:02:15 +0000 (11:02 +0000)
lisp/hexl.el

index af996940f868040535ebe5515d59fbdf8ce34fe3..99bbda91c6cc4af31163d58a7b7b9b3389179794 100644 (file)
@@ -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"