diff options
| author | Wilfred Hughes <me@wilfred.me.uk> | 2020-10-11 21:50:26 -0700 |
|---|---|---|
| committer | Wilfred Hughes <me@wilfred.me.uk> | 2020-10-11 21:50:26 -0700 |
| commit | dc40546747624ad86944177ebaa9fb30f9b70705 (patch) | |
| tree | da80d50594cadd063cce964bd79c078c00e5a3db | |
| parent | 1671e1dd08ca9543bf80e878135c6bbba84efe05 (diff) | |
Correct docstring on predicate helper
| -rw-r--r-- | helpful.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)))) |
