emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 886b9ed: ; Spelling fixes


From: Paul Eggert
Subject: [Emacs-diffs] master 886b9ed: ; Spelling fixes
Date: Sun, 21 Aug 2016 11:17:57 +0000 (UTC)

branch: master
commit 886b9ed80c88b8f729ea9760f904b8c0ef63664f
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    ; Spelling fixes
---
 doc/misc/ses.texi            |    4 ++--
 lisp/net/tramp-gw.el         |    2 +-
 lisp/net/tramp-sh.el         |    2 +-
 lisp/progmodes/cc-langs.el   |    2 +-
 lisp/progmodes/cc-mode.el    |    2 +-
 test/lisp/net/tramp-tests.el |    2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/doc/misc/ses.texi b/doc/misc/ses.texi
index 1f951de..ba10be9 100644
--- a/doc/misc/ses.texi
+++ b/doc/misc/ses.texi
@@ -1173,7 +1173,7 @@ yank. Using this method, the concerned cells won't be 
relocated
 whatever formula they appear in. Please note however that when a
 formula contains some range @code{(ses-range @var{cell1} @var{cell2})}
 then in the yanked formula each range bound @var{cell1} and
address@hidden are relocated, or not, indepently, depending on whether
address@hidden are relocated, or not, independently, depending on whether
 they are A1-like or renamed.
 
 An alternative method is to use
@@ -1203,7 +1203,7 @@ kind of dependency is also not recorded.
 
 Begins with an 014 character, followed by sets of cell-definition
 macros for each row, followed by the set of local printer
-defintitions, followed by column-widths, column-printers,
+definitions, followed by column-widths, column-printers,
 default-printer, and header-row.  Then there's the global parameters
 (file-format ID, row count, column count, local printer count) and the
 local variables (specifying @acronym{SES} mode for the buffer, etc.).
diff --git a/lisp/net/tramp-gw.el b/lisp/net/tramp-gw.el
index 3285fc9..ecf1436 100644
--- a/lisp/net/tramp-gw.el
+++ b/lisp/net/tramp-gw.el
@@ -125,7 +125,7 @@
          (tramp-gw-process-filter tramp-gw-gw-proc s))))))
 
 (defun tramp-gw-process-filter (proc string)
-  "Resend the string to the other pocess."
+  "Resend the string to the other process."
   (let ((tramp-verbose 0))
     ;; The other process might have been stopped already.  We don't
     ;; want to be interrupted then.
diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el
index ee59529..bbc74fc 100644
--- a/lisp/net/tramp-sh.el
+++ b/lisp/net/tramp-sh.el
@@ -5158,7 +5158,7 @@ Return ATTR."
 
 (defun tramp-get-remote-path (vec)
   "Compile list of remote directories for $PATH.
-Nonexisting directories are removed from spec."
+Nonexistent directories are removed from spec."
   (with-tramp-connection-property
       ;; When `tramp-own-remote-path' is in `tramp-remote-path', we
       ;; cache the result for the session only.  Otherwise, the result
diff --git a/lisp/progmodes/cc-langs.el b/lisp/progmodes/cc-langs.el
index 934186d..1d9b8d3 100644
--- a/lisp/progmodes/cc-langs.el
+++ b/lisp/progmodes/cc-langs.el
@@ -518,7 +518,7 @@ parameters \(point-min) and \(point-max).")
             c-change-expand-fl-region)
   c++ '(c-depropertize-new-text
        c-extend-font-lock-region-for-macros
-;      c-before-after-change-extend-region-for-lambda-capture ; doens't seem 
needed.
+;      c-before-after-change-extend-region-for-lambda-capture ; doesn't seem 
needed.
        c-before-after-change-digit-quote
        c-after-change-re-mark-raw-strings
        c-neutralize-syntax-in-and-mark-CPP
diff --git a/lisp/progmodes/cc-mode.el b/lisp/progmodes/cc-mode.el
index f630b05..694a510 100644
--- a/lisp/progmodes/cc-mode.el
+++ b/lisp/progmodes/cc-mode.el
@@ -497,7 +497,7 @@ preferably use the `c-mode-menu' language constant 
directly."
 ;; correct one.  This happens in some Emacsen, for example when
 ;; `basic-save-buffer' does (insert ?\n) when `require-final-newline' is
 ;; non-nil; (ii) to detect when Emacs fails to invoke
-;; `before-change-functions'.  This can happend when reverting a buffer - see
+;; `before-change-functions'.  This can happen when reverting a buffer - see
 ;; bug #24094.  It seems these failures happen only in GNU Emacs; XEmacs
 ;; seems to maintain the strict alternation of calls to
 ;; `before-change-functions' and `after-change-functions'.
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el
index 1735693..5d9d3a0 100644
--- a/test/lisp/net/tramp-tests.el
+++ b/test/lisp/net/tramp-tests.el
@@ -1943,7 +1943,7 @@ This tests also `make-symbolic-link', `file-truename' and 
`add-name-to-file'."
 
   (let ((default-directory tramp-test-temporary-file-directory)
        tmp-file)
-    ;; The remote host shall know a tempory file directory.
+    ;; The remote host shall know a temporary file directory.
     (should (stringp (temporary-file-directory)))
     (should
      (string-equal



reply via email to

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