emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/cape f953ea80f1: Fix typos


From: ELPA Syncer
Subject: [elpa] externals/cape f953ea80f1: Fix typos
Date: Sun, 26 Mar 2023 12:57:34 -0400 (EDT)

branch: externals/cape
commit f953ea80f1a7ee628064a8478d94383f2763c262
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Fix typos
---
 README.org | 6 +++---
 cape.el    | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.org b/README.org
index 4817252ea5..a760ac6cf4 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 0b0790b9b4..dd73f9617a 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:
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]