diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2024-06-09 16:45:16 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2024-06-09 16:45:16 +0200 |
| commit | 485949eb0122203b388a2de3a46a7a770a2cb622 (patch) | |
| tree | b736d1c97fb91f952b223f65deb982e0de546441 | |
| parent | df96f71cc6fcf4dcf84045082013e8d01825118c (diff) | |
elisp--expect-function-p@llama: Add docstring
| -rw-r--r-- | llama.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -215,6 +215,7 @@ this trickery, you can alternatively use this macro under the name ;;; Advices (define-advice elisp--expect-function-p (:around (fn pos) llama) + "Support function completion directly following `##'." (or (and (eq (char-before pos) ?#) (eq (char-before (- pos 1)) ?#)) (and (eq (char-before pos) ?\s) |
