diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2023-03-26 18:39:25 +0200 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2023-03-26 18:43:38 +0200 |
| commit | f953ea80f1a7ee628064a8478d94383f2763c262 (patch) | |
| tree | f2e06345bd410bc7c7796661a0973012bea8cf4e | |
| parent | 3c1d66db6baf4a8f3714add37ffdb35319518a86 (diff) | |
Fix typos
| -rw-r--r-- | README.org | 6 | ||||
| -rw-r--r-- | cape.el | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -46,9 +46,9 @@ advantage of Company backends even if you are not using Company as frontend. + ~cape-ispell~: Complete word from Ispell dictionary + ~cape-dict~: Complete word from dictionary file + ~cape-line~: Complete entire line from current buffer -+ ~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-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. * Configuration @@ -38,9 +38,9 @@ ;; cape-ispell: Complete word from Ispell dictionary ;; 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-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: |
