Spelling fixes.

This commit is contained in:
Paul Eggert 2013-03-10 21:07:45 -07:00
parent cb0290dfa2
commit 307d0e95ee
2 changed files with 2 additions and 2 deletions

View file

@ -1163,7 +1163,7 @@ insert_from_buffer_1 (struct buffer *buf,
/* Record undo information and adjust markers and position keepers for
a replacement of a text PREV_TEXT at FROM to a new text of LEN
chars (LEN_BYTE bytes). If TEXT_AT_GAP_TAIL, the new text
resides at the gap tail; i.e. at (GAP_END_ADDR - LEN_BNYTE)
resides at the gap tail; i.e. at (GAP_END_ADDR - LEN_BYTE)
Otherwise, the text resides in the gap just after GPT_BYTE.
PREV_TEXT nil means the new text was just inserted. */

View file

@ -103,7 +103,7 @@ VALUES-PLIST is a list with alternating index and value elements."
(ruby-should-indent "a = %w[abc\n def]\n " 0)
(ruby-should-indent "a = \"abc\n def\"\n " 0))
(ert-deftest ruby-regexp-doest-start-in-string ()
(ert-deftest ruby-regexp-doesnt-start-in-string ()
(ruby-assert-state "'(/', /\d+/" 3 nil))
(ert-deftest ruby-regexp-starts-after-string ()