Skip to content

Commit

Permalink
Typos and wording
Browse files Browse the repository at this point in the history
  • Loading branch information
shankar2k committed Dec 8, 2023
1 parent e5635b1 commit 6f2b586
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ The behavior of Cyclekey can be modified by customizing the following variables:

Each keys is a string corresponding to a known language that uses a latin
alphabet. Each value is a list of character cycles, where each character cycle
is a string with the first character an English letter and all subsequent
characters are variants marked with various diacritics.
is a string with the first character an English letter or punctuation mark,
and all subsequent characters are variants marked with various diacritics.

- cyclekey-save-languages :: When true, save ~cyclekey-languages~ for future
sessions whenever it is modified interactively. (default *true*)
Expand Down
2 changes: 1 addition & 1 deletion cyclekey.el
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ a latin alphabet.
Each value is a list of character cycles, where each character
cycle is a string with the first character an English letter or
punctuation make, and all subsequent characters are variants
punctuation mark, and all subsequent characters are variants
marked with various diacritics."
:type '(alist :key-type string :value-type (repeat string)))

Expand Down

0 comments on commit 6f2b586

Please sign in to comment.