]> code.delx.au - gnu-emacs/commitdiff
Spelling fixes
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 21 Feb 2015 20:34:19 +0000 (12:34 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 21 Feb 2015 20:34:46 +0000 (12:34 -0800)
lisp/org/ChangeLog
nt/cmdproxy.c

index b75f2baa1f3207a486953dd58ee02b2c837ff907..335818d70230dabbe248040c768364fe429c0a6c 100644 (file)
 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
 
        * 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  <schulte.eric@gmail.com>
 
index 16956288fef75655e3e9577589b96778fd4583d3..9598f1d0a5646811d888a5a1eee91a83326ec365 100644 (file)
@@ -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;
                }