]> git.eshelyaron.com Git - emacs.git/commitdiff
Spelling fixes.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 3 Mar 2014 05:12:12 +0000 (21:12 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 3 Mar 2014 05:12:12 +0000 (21:12 -0800)
doc/emacs/basic.texi
test/automated/tramp-tests.el

index f2ec11c2c1e15b7a5b77c586ae752ed398f4fb92..c0a93c9396db4b52aab25e41a261b9bf739fe2e2 100644 (file)
@@ -46,12 +46,12 @@ forward, so that point remains just after the inserted text.
   To end a line and start a new one, type @key{RET} (@code{newline}).
 (The @key{RET} key may be labeled @key{Return} or @key{Enter} on your
 keyboard, but we refer to it as @key{RET} in this manual.)  This
-command inserts a newline character into the buffer, then indent
-(@pxref{Indentation}) accroding to major mode.  If point is at the end
+command inserts a newline character into the buffer, then indents
+(@pxref{Indentation}) according to the major mode.  If point is at the end
 of the line, the effect is to create a new blank line after it and
 indent the new line; if point is in the middle of a line, the line is
 split at that position.  To turn off the auto-indentation, you can
-either desable Electric Indent mode (@pxref{Indent Convenience}) or
+either disable Electric Indent mode (@pxref{Indent Convenience}) or
 type @kbd{C-j}, which inserts just a newline, without any
 auto-indentation.
 
index 25cd0c6a96d56aaa93f858e3ba49037306570967..02473f4c63fa5f42efee7db25e619b4577eebcf0 100644 (file)
@@ -869,7 +869,7 @@ This tests also `file-readable-p' and `file-regular-p'."
   (skip-unless (tramp--test-enabled))
 
   ;; `directory-files-and-attributes' contains also values for "../".
-  ;; We must nesure, that this doesn't change during tests, for
+  ;; Ensure that this doesn't change during tests, for
   ;; example due to handling temporary files.
   (let* ((tmp-name1 (tramp--test-make-temp-name))
         (tmp-name2 (expand-file-name "bla" tmp-name1))