summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2025-12-20 16:23:01 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2025-12-20 16:23:01 +0100
commita37254aa7e7634168c247d15a6c9df5a9baf357c (patch)
treea4345c19cb715cd4cab57a6eb27b8206319f6b67
parente1ba25426a2f5c36031291614bd9bb6eb748312b (diff)
Improve commentary
-rw-r--r--cape.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/cape.el b/cape.el
index 709435a..7135d5f 100644
--- a/cape.el
+++ b/cape.el
@@ -28,9 +28,9 @@
;;; Commentary:
;; Let your completions fly! This package provides additional completion
-;; backends in the form of Capfs (completion-at-point-functions).
+;; backends in the form of Capfs, see `completion-at-point-functions'.
;;
-;; `cape-abbrev': Complete abbreviation (add-global-abbrev, add-mode-abbrev).
+;; `cape-abbrev': Complete abbreviation (`add-global-abbrev', `add-mode-abbrev').
;; `cape-dabbrev': Complete word from current buffers.
;; `cape-dict': Complete word from dictionary file.
;; `cape-elisp-block': Complete Elisp in Org or Markdown code block.