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

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

[elpa] 326/352: Rephrase README.org file (FIXME and email examples)


From: Stefan Monnier
Subject: [elpa] 326/352: Rephrase README.org file (FIXME and email examples)
Date: Mon, 07 Jul 2014 14:05:29 +0000

monnier pushed a commit to branch master
in repository elpa.

commit 5845254c7f40635a006d822025095d434c6a13fe
Author: Teemu Likonen <address@hidden>
Date:   Thu Apr 18 09:25:50 2013 +0300

    Rephrase README.org file (FIXME and email examples)
---
 README.org |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.org b/README.org
index fa22678..ff7c880 100644
--- a/README.org
+++ b/README.org
@@ -269,9 +269,9 @@ whitespace string with empty string.
 
 Sometimes it's useful to highlight only a small number of keywords in
 buffer. The following example adds a language called "Highlight FIXMEs"
-to mark "FIXME" words. FIXME is some programmers' convention to put
-reminders in source code that some parts are not complete yet and will
-be fixed or completed later. In source code files such keywords are
+which marks only "FIXME" words. FIXME is some programmers' convention to
+put reminders in source code that some parts are not complete yet and
+will be fixed or completed later. In source code files such keywords are
 written in program's comments only, not in the actual code, so we use
 =read-or-skip-faces= feature to scan only the comments. This example
 configures it for =emacs-lisp-mode= and =c-mode=. In all other major
@@ -289,7 +289,7 @@ modes FIXMEs are marked everywhere.
 #+END_SRC
 
 The following example adds a language "email" for highlighting email
-addresses from buffer and creating an action menu which has option to
+addresses in buffer and creating an action menu which has option to
 start composing mail to that address. Here's the language configuration:
 
 #+BEGIN_SRC emacs-lisp



reply via email to

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