summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2023-03-26 18:39:25 +0200
committerDaniel Mendler <mail@daniel-mendler.de>2023-03-26 18:43:38 +0200
commitf953ea80f1a7ee628064a8478d94383f2763c262 (patch)
treef2e06345bd410bc7c7796661a0973012bea8cf4e
parent3c1d66db6baf4a8f3714add37ffdb35319518a86 (diff)
Fix typos
-rw-r--r--README.org6
-rw-r--r--cape.el6
2 files changed, 6 insertions, 6 deletions
diff --git a/README.org b/README.org
index 4817252..a760ac6 100644
--- a/README.org
+++ b/README.org
@@ -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
diff --git a/cape.el b/cape.el
index 0b0790b..dd73f96 100644
--- a/cape.el
+++ b/cape.el
@@ -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: