diff options
| -rw-r--r-- | languages/elisp/CLAUDE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/elisp/CLAUDE.md b/languages/elisp/CLAUDE.md index 2562695..cd28279 100644 --- a/languages/elisp/CLAUDE.md +++ b/languages/elisp/CLAUDE.md @@ -24,7 +24,7 @@ make compile # Byte-compile (writes .elc) make lint # checkdoc + package-lint + elisp-lint ``` -Alternative build tools: `eldev`, `cask`, or direct `emacs --batch` invocations. +Build/dependency tool: `eask` (used by the real packages). Alternatives: `cask`, `eldev`, or direct `emacs --batch` invocations. ## Language Rules |
