Spelling fixes
This commit is contained in:
parent
35f047c066
commit
b0adfc721f
2 changed files with 2 additions and 2 deletions
|
@ -13060,7 +13060,7 @@
|
|||
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>
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue