branch: master
commit 73d23d1b2044ae46de951fcb1e68191a8d37fff5
Author: Hong Xu <[email protected]>
Commit: Hong Xu <[email protected]>
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)