emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

scratch/eldoc-async 2866bbe: Change version scheme of two Eldoc obsolete


From: João Távora
Subject: scratch/eldoc-async 2866bbe: Change version scheme of two Eldoc obsolete specs
Date: Tue, 7 Jul 2020 08:37:46 -0400 (EDT)

branch: scratch/eldoc-async
commit 2866bbeb7d62ec6df05973e424bfaf198cfa44ca
Author: João Távora <joaotavora@gmail.com>
Commit: João Távora <joaotavora@gmail.com>

    Change version scheme of two Eldoc obsolete specs
    
    * lisp/emacs-lisp/eldoc.el (eldoc-documentation-function)
    (eldoc-message): Obsolete spec uses eldoc-1.1.0.
---
 lisp/emacs-lisp/eldoc.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/emacs-lisp/eldoc.el b/lisp/emacs-lisp/eldoc.el
index 1f7a29f..27daa75 100644
--- a/lisp/emacs-lisp/eldoc.el
+++ b/lisp/emacs-lisp/eldoc.el
@@ -299,7 +299,7 @@ Otherwise work like `message'."
     (apply #'message format-string args)))
 
 (make-obsolete
- 'eldoc-message "use `eldoc-documentation-functions' instead." "1.1.0")
+ 'eldoc-message "use `eldoc-documentation-functions' instead." "eldoc-1.1.0")
 (defun eldoc-message (&optional string) (eldoc--message string))
 (defun eldoc--message (&optional string)
   "Display STRING as an ElDoc message if it's non-nil.
@@ -542,7 +542,7 @@ Meant as a value for `eldoc-documentation-strategy'."
                         nil))))
 
 (define-obsolete-variable-alias 'eldoc-documentation-function
-  'eldoc-documentation-strategy "1.1.0")
+  'eldoc-documentation-strategy "eldoc-1.1.0")
 
 (defcustom eldoc-documentation-strategy #'eldoc-documentation-default
   "How to collect and organize results of `eldoc-documentation-functions'.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]