branch: externals/cape
commit a37254aa7e7634168c247d15a6c9df5a9baf357c
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

    Improve commentary
---
 cape.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cape.el b/cape.el
index 709435a2c5..7135d5f81b 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.

Reply via email to