mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
; Spelling fixes
This commit is contained in:
parent
b1601a95ea
commit
886b9ed80c
@ -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.).
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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'.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user