From 886b9ed80c88b8f729ea9760f904b8c0ef63664f Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 21 Aug 2016 04:17:30 -0700 Subject: ; 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 1f951de239..ba10be9bfa 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 -@var{cell2} are relocated, or not, indepently, depending on whether +@var{cell2} 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 3285fc99a2..ecf1436d59 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 ee59529f1d..bbc74fcad9 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 934186da7b..1d9b8d3f0a 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 f630b053ed..694a510677 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 1735693cc2..5d9d3a039b 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 -- cgit v1.2.3