branch: master
commit dc6c57abf2964fb97598a07f267e48d2c71b1559
Author: Justin Burkett <[email protected]>
Commit: Justin Burkett <[email protected]>
counsel.el (counsel-describe-variable): Mention highlighting in doc
---
counsel.el | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/counsel.el b/counsel.el
index ffea81d..8165c75 100644
--- a/counsel.el
+++ b/counsel.el
@@ -456,7 +456,10 @@ Update the minibuffer with the amount of lines collected
every
;;;###autoload
(defun counsel-describe-variable ()
- "Forward to `describe-variable'."
+ "Forward to `describe-variable'.
+
+Variables declared using `defcustom' are highlighted according to
+`font-lock-variable-name-face'."
(interactive)
(let ((enable-recursive-minibuffers t))
(ivy-read