emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/ivy-hydra ffa5a5f 258/395: counsel-describe-symbol: aut


From: Basil L. Contovounesios
Subject: [elpa] externals/ivy-hydra ffa5a5f 258/395: counsel-describe-symbol: autoload
Date: Thu, 25 Feb 2021 08:32:15 -0500 (EST)

branch: externals/ivy-hydra
commit ffa5a5fd324ae4ee8a08a4074516a38356ccb843
Author: Kien Nguyen <kien.n.quang@gmail.com>
Commit: Oleh Krehel <ohwoeowho@gmail.com>

    counsel-describe-symbol: autoload
---
 counsel.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/counsel.el b/counsel.el
index 2d1cb82..4e33028 100644
--- a/counsel.el
+++ b/counsel.el
@@ -626,6 +626,7 @@ to `ivy-highlight-face'."
   "Function to call to describe a symbol passed as parameter."
   :type 'function)
 
+;;;###autoload
 (defun counsel-describe-symbol ()
   "Forward to `describe-symbol'."
   (interactive)



reply via email to

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