diff options
| author | Paul Eggert | 2015-02-21 12:34:19 -0800 |
|---|---|---|
| committer | Paul Eggert | 2015-02-21 12:34:46 -0800 |
| commit | b0adfc721f505b5d6e581b18739d8aa1c619d1eb (patch) | |
| tree | e243bafb647eb60b97b8c0e145fc534919dedd7a | |
| parent | 35f047c06603ce2e549e43ba38de0e61083b0311 (diff) | |
| download | emacs-b0adfc721f505b5d6e581b18739d8aa1c619d1eb.tar.gz emacs-b0adfc721f505b5d6e581b18739d8aa1c619d1eb.zip | |
Spelling fixes
| -rw-r--r-- | lisp/org/ChangeLog | 2 | ||||
| -rw-r--r-- | nt/cmdproxy.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index b75f2baa1f3..335818d7023 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog | |||
| @@ -13060,7 +13060,7 @@ | |||
| 13060 | 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com> | 13060 | 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com> |
| 13061 | 13061 | ||
| 13062 | * org.el (org-fontify-meta-lines-and-blocks-1): | 13062 | * org.el (org-fontify-meta-lines-and-blocks-1): |
| 13063 | Recognize "name" as a valid keyword that can preceed a block. | 13063 | Recognize "name" as a valid keyword that can precede a block. |
| 13064 | 13064 | ||
| 13065 | 2012-01-03 Eric Schulte <schulte.eric@gmail.com> | 13065 | 2012-01-03 Eric Schulte <schulte.eric@gmail.com> |
| 13066 | 13066 | ||
diff --git a/nt/cmdproxy.c b/nt/cmdproxy.c index 16956288fef..9598f1d0a56 100644 --- a/nt/cmdproxy.c +++ b/nt/cmdproxy.c | |||
| @@ -220,7 +220,7 @@ get_next_token (char * buf, const char ** pSrc) | |||
| 220 | { | 220 | { |
| 221 | /* Output literal backslashes. Note that we don't | 221 | /* Output literal backslashes. Note that we don't |
| 222 | treat a backslash as an escape character here, | 222 | treat a backslash as an escape character here, |
| 223 | since it doesn't preceed a quote. */ | 223 | since it doesn't precede a quote. */ |
| 224 | for ( ; escape_char_run > 0; escape_char_run--) | 224 | for ( ; escape_char_run > 0; escape_char_run--) |
| 225 | *o++ = escape_char; | 225 | *o++ = escape_char; |
| 226 | } | 226 | } |