summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2023-04-11 17:11:58 +0200
committerDaniel Mendler <mail@daniel-mendler.de>2023-04-11 17:11:58 +0200
commit1c7028109353c60e0f46295248d86618477eb4c5 (patch)
treeb5cb2f0757fb20806d4ddd1eb989439c068997bf
parent0a3db8dcc9fc95322a6e4b85152a2ede70f29cd7 (diff)
Update commentary
-rw-r--r--cape.el23
1 files changed, 12 insertions, 11 deletions
diff --git a/cape.el b/cape.el
index bda53cd..2ec36c6 100644
--- a/cape.el
+++ b/cape.el
@@ -30,17 +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-file: Complete file name
-;; cape-history: Complete from Eshell, Comint or minibuffer history
-;; cape-keyword: Complete programming language keyword
-;; cape-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-rfc1345: Complete Unicode char using RFC 1345 mnemonics.
+;; `cape-dabbrev': Complete word from current buffers
+;; `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-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-rfc1345': Complete Unicode char using RFC 1345 mnemonics.
;;; Code: