summaryrefslogtreecommitdiff
path: root/cape.el
diff options
context:
space:
mode:
Diffstat (limited to 'cape.el')
-rw-r--r--cape.el20
1 files changed, 10 insertions, 10 deletions
diff --git a/cape.el b/cape.el
index 72ce94f..def48c0 100644
--- a/cape.el
+++ b/cape.el
@@ -30,18 +30,18 @@
;; Let your completions fly! This package provides additional completion
;; backends in the form of Capfs (completion-at-point-functions).
;;
-;; `cape-dabbrev': Complete word from current buffers
+;; `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.
-;; `cape-file': Complete file name
-;; `cape-history': Complete from Eshell, Comint or minibuffer history
-;; `cape-keyword': Complete programming language keyword
-;; `cape-elisp-symbol': Complete Elisp symbol
-;; `cape-abbrev': Complete abbreviation (add-global-abbrev, add-mode-abbrev)
-;; `cape-dict': Complete word from dictionary file
-;; `cape-line': Complete entire line from file
-;; `cape-tex': Complete Unicode char from TeX command, e.g. \hbar.
-;; `cape-sgml': Complete Unicode char from SGML entity, e.g., &alpha.
+;; `cape-elisp-symbol': Complete Elisp symbol.
+;; `cape-file': Complete file name.
+;; `cape-history': Complete from Eshell, Comint or minibuffer history.
+;; `cape-keyword': Complete programming language keyword.
+;; `cape-line': Complete entire line from file.
;; `cape-rfc1345': Complete Unicode char using RFC 1345 mnemonics.
+;; `cape-sgml': Complete Unicode char from SGML entity, e.g., &alpha.
+;; `cape-tex': Complete Unicode char from TeX command, e.g. \hbar.
;;; Code: