Skip to content

Commit

Permalink
Correct a minor doc error: info-describe-symbol' should be info-loo…
Browse files Browse the repository at this point in the history
…kup-symbol'.
  • Loading branch information
xuhdev committed Oct 20, 2016
1 parent 572c2aa commit 73d23d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion counsel.el
Expand Up @@ -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)
Expand Down

0 comments on commit 73d23d1

Please sign in to comment.