File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2046,7 +2046,7 @@ there."
2046
2046
(gnuplot-context--completions)))
2047
2047
2048
2048
; ; Eldoc help
2049
- (defun gnuplot-eldoc-function (&rest _ )
2049
+ (defun gnuplot-context- eldoc-function (&rest _ )
2050
2050
" Return the ElDoc string for the Gnuplot construction at point."
2051
2051
(gnuplot-context--parse-at-point nil )
2052
2052
gnuplot-context--eldoc)
@@ -2200,12 +2200,12 @@ customize the variable
2200
2200
(progn
2201
2201
(remove-hook 'completion-at-point-functions #'gnuplot-completion-at-point-info-look t )
2202
2202
(add-hook 'completion-at-point-functions #'gnuplot-context-completion-at-point nil t )
2203
- (add-hook 'eldoc-documentation-functions #'gnuplot-eldoc-function nil 'local )
2203
+ (add-hook 'eldoc-documentation-functions #'gnuplot-context- eldoc-function nil 'local )
2204
2204
(unless gnuplot-eldoc-hash
2205
2205
(load " gnuplot-eldoc" t t )))
2206
2206
(add-hook 'completion-at-point-functions #'gnuplot-completion-at-point-info-look nil t )
2207
2207
(remove-hook 'completion-at-point-functions #'gnuplot-context-completion-at-point t )
2208
- (remove-hook 'eldoc-documentation-functions #'gnuplot-eldoc-function t )))
2208
+ (remove-hook 'eldoc-documentation-functions #'gnuplot-context- eldoc-function t )))
2209
2209
2210
2210
(provide 'gnuplot-context )
2211
2211
; ;; gnuplot-context.el ends here
You can’t perform that action at this time.
0 commit comments