emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-24 b0adfc7: Spelling fixes


From: Paul Eggert
Subject: [Emacs-diffs] emacs-24 b0adfc7: Spelling fixes
Date: Sat, 21 Feb 2015 20:35:10 +0000

branch: emacs-24
commit b0adfc721f505b5d6e581b18739d8aa1c619d1eb
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    Spelling fixes
---
 lisp/org/ChangeLog |    2 +-
 nt/cmdproxy.c      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index b75f2ba..335818d 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -13060,7 +13060,7 @@
 2012-01-03  Nicolas Goaziou  <address@hidden>
 
        * org.el (org-fontify-meta-lines-and-blocks-1):
-       Recognize "name" as a valid keyword that can preceed a block.
+       Recognize "name" as a valid keyword that can precede a block.
 
 2012-01-03  Eric Schulte  <address@hidden>
 
diff --git a/nt/cmdproxy.c b/nt/cmdproxy.c
index 1695628..9598f1d 100644
--- a/nt/cmdproxy.c
+++ b/nt/cmdproxy.c
@@ -220,7 +220,7 @@ get_next_token (char * buf, const char ** pSrc)
                {
                  /* Output literal backslashes.  Note that we don't
                     treat a backslash as an escape character here,
-                    since it doesn't preceed a quote.  */
+                    since it doesn't precede a quote.  */
                  for ( ; escape_char_run > 0; escape_char_run--)
                    *o++ = escape_char;
                }



reply via email to

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