emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116640: Spelling fixes.


From: Paul Eggert
Subject: [Emacs-diffs] trunk r116640: Spelling fixes.
Date: Mon, 03 Mar 2014 05:12:15 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116640
revision-id: address@hidden
parent: address@hidden
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Sun 2014-03-02 21:12:12 -0800
message:
  Spelling fixes.
modified:
  doc/emacs/basic.texi           basic.texi-20091113204419-o5vbwnq5f7feedwu-6233
  test/automated/tramp-tests.el  tramptests.el-20131105142319-d9zp3oprkpxj5v1e-1
=== modified file 'doc/emacs/basic.texi'
--- a/doc/emacs/basic.texi      2014-02-27 11:59:35 +0000
+++ b/doc/emacs/basic.texi      2014-03-03 05:12:12 +0000
@@ -46,12 +46,12 @@
   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.
 

=== modified file 'test/automated/tramp-tests.el'
--- a/test/automated/tramp-tests.el     2014-02-28 08:47:43 +0000
+++ b/test/automated/tramp-tests.el     2014-03-03 05:12:12 +0000
@@ -869,7 +869,7 @@
   (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))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]