aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilfred Hughes <me@wilfred.me.uk>2020-10-11 21:50:26 -0700
committerWilfred Hughes <me@wilfred.me.uk>2020-10-11 21:50:26 -0700
commitdc40546747624ad86944177ebaa9fb30f9b70705 (patch)
treeda80d50594cadd063cce964bd79c078c00e5a3db
parent1671e1dd08ca9543bf80e878135c6bbba84efe05 (diff)
Correct docstring on predicate helper
-rw-r--r--helpful.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpful.el b/helpful.el
index c8bfc4f..576e47e 100644
--- a/helpful.el
+++ b/helpful.el
@@ -1615,7 +1615,7 @@ without the advice."
(advice--symbol-function sym)))
(defun helpful--advised-p (sym)
- "A list of advice associated with SYM."
+ "Does SYM have advice associated with it?"
(and (symbolp sym)
(advice--p (advice--symbol-function sym))))