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

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

[nongnu] elpa/lorem-ipsum b4c46d3de6 2/3: Improve formatting and wording


From: ELPA Syncer
Subject: [nongnu] elpa/lorem-ipsum b4c46d3de6 2/3: Improve formatting and wording in README
Date: Tue, 13 Dec 2022 19:59:06 -0500 (EST)

branch: elpa/lorem-ipsum
commit b4c46d3de6056475b8806c6d5021c4829642ae20
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Joe Schafer <joe.schafer@delta46.us>

    Improve formatting and wording in README
---
 README.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 5e01bbc727..9c547b690b 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Lorem Ipsum for Emacs #
 
-Add filler lorem ipsum text to Emacs
+Add filler lorem ipsum text in Emacs.
 
 ## Installation
 
@@ -32,12 +32,12 @@ This will setup the following keybindings:
 
 Key Binding | Function
 ------------|------------------------------
-`C-c l p`   | lorem-ipsum-insert-paragraphs
-`C-c l s`   | lorem-ipsum-insert-sentences
-`C-c l l`   | lorem-ipsum-insert-list
+`C-c l p`   | `lorem-ipsum-insert-paragraphs`
+`C-c l s`   | `lorem-ipsum-insert-sentences`
+`C-c l l`   | `lorem-ipsum-insert-list`
 
-If you want different keybinding, say you want the prefix C-c C-l, use a 
variation of the
-following:
+If you want different keybinding, say you want the prefix `C-c C-l`,
+use a variation of the following:
 
     (global-set-key (kbd "C-c C-l s") 'lorem-ipsum-insert-sentences)
     (global-set-key (kbd "C-c C-l p") 'lorem-ipsum-insert-paragraphs)



reply via email to

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