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

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

[elpa] master 73d23d1 207/348: Correct a minor doc error: `info-describe


From: Oleh Krehel
Subject: [elpa] master 73d23d1 207/348: Correct a minor doc error: `info-describe-symbol' should be `info-lookup-symbol'.
Date: Sat, 8 Apr 2017 11:03:57 -0400 (EDT)

branch: master
commit 73d23d1b2044ae46de951fcb1e68191a8d37fff5
Author: Hong Xu <address@hidden>
Commit: Hong Xu <address@hidden>

    Correct a minor doc error: `info-describe-symbol' should be 
`info-lookup-symbol'.
---
 counsel.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/counsel.el b/counsel.el
index 0bffdca..bb2306c 100644
--- a/counsel.el
+++ b/counsel.el
@@ -582,7 +582,7 @@ input corresponding to the chosen variable."
 
 ;;;###autoload
 (defun counsel-info-lookup-symbol (symbol &optional mode)
-  "Forward to (`info-describe-symbol' SYMBOL MODE) with ivy completion."
+  "Forward to (`info-lookup-symbol' SYMBOL MODE) with ivy completion."
   (interactive
    (progn
      (require 'info-look)



reply via email to

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