aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/eldoc.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/eldoc.el b/lisp/emacs-lisp/eldoc.el
index 1f7a29f9621..27daa7580e8 100644
--- a/lisp/emacs-lisp/eldoc.el
+++ b/lisp/emacs-lisp/eldoc.el
@@ -299,7 +299,7 @@ Otherwise work like `message'."
299 (apply #'message format-string args))) 299 (apply #'message format-string args)))
300 300
301(make-obsolete 301(make-obsolete
302 'eldoc-message "use `eldoc-documentation-functions' instead." "1.1.0") 302 'eldoc-message "use `eldoc-documentation-functions' instead." "eldoc-1.1.0")
303(defun eldoc-message (&optional string) (eldoc--message string)) 303(defun eldoc-message (&optional string) (eldoc--message string))
304(defun eldoc--message (&optional string) 304(defun eldoc--message (&optional string)
305 "Display STRING as an ElDoc message if it's non-nil. 305 "Display STRING as an ElDoc message if it's non-nil.
@@ -542,7 +542,7 @@ Meant as a value for `eldoc-documentation-strategy'."
542 nil)))) 542 nil))))
543 543
544(define-obsolete-variable-alias 'eldoc-documentation-function 544(define-obsolete-variable-alias 'eldoc-documentation-function
545 'eldoc-documentation-strategy "1.1.0") 545 'eldoc-documentation-strategy "eldoc-1.1.0")
546 546
547(defcustom eldoc-documentation-strategy #'eldoc-documentation-default 547(defcustom eldoc-documentation-strategy #'eldoc-documentation-default
548 "How to collect and organize results of `eldoc-documentation-functions'. 548 "How to collect and organize results of `eldoc-documentation-functions'.