1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-02 08:22:22 +00:00

; Spelling fixes

This commit is contained in:
Paul Eggert 2016-11-19 14:57:40 -08:00
parent 870c56a0bd
commit 493a8f33ba
6 changed files with 8 additions and 8 deletions

View File

@ -556,7 +556,7 @@ variable.
eval-current-buffer, string-to-int
*** All the default-FOO variables that hold the default value of the
FOO variable. Use 'default-value' and 'setq-default' to access and
change FOO, repectively. The exhaustive list of removed variables is:
change FOO, respectively. The exhaustive list of removed variables is:
'default-mode-line-format', 'default-header-line-format',
'default-line-spacing', 'default-abbrev-mode', 'default-ctl-arrow',
'default-truncate-lines', 'default-left-margin', 'default-tab-width',

View File

@ -2423,8 +2423,8 @@ If you do, please send it to bug-gnu-emacs@gnu.org so we can list it here.
The implementation of that function on Mac OS X uses pathconf with the
_PC_CASE_SENSITIVE flag. There have been reports that this use of
pathconf does not work reliably. If you have a problem, please
recompile Emacs with -DDARWIN_OS_CASE_SENSITIVE_FIXME=1 or
-DDARWIN_OS_CASE_SENSITIVE_FIXME=2, and file a bug report saying
recompile Emacs with -D DARWIN_OS_CASE_SENSITIVE_FIXME=1 or
-D DARWIN_OS_CASE_SENSITIVE_FIXME=2, and file a bug report saying
whether this fixed your problem.
* Build-time problems

View File

@ -2920,7 +2920,7 @@ User is always nil."
(setq candidate
(directory-file-name (file-name-directory candidate))))
;; Nothing found, so we must use a temporary file for
;; comparision. `make-nearby-temp-file' is added to
;; comparison. `make-nearby-temp-file' is added to
;; Emacs 26+ like `file-name-case-insensitive-p', so
;; there is no compatibility problem calling it.
(unless

View File

@ -9435,7 +9435,7 @@ you can read them automatically with:
// verilog-auto-read-includes:t
// End:
Or a more specific alternative example, which requires haing
Or a more specific alternative example, which requires having
`enable-local-eval' non-nil:
// Local Variables:

View File

@ -2259,8 +2259,8 @@ file_name_case_insensitive_p (const char *filename)
There have been reports that pathconf with _PC_CASE_SENSITIVE
does not work reliably on Mac OS X. If you have a problem,
please recompile Emacs with -DDARWIN_OS_CASE_SENSITIVE_FIXME=1 or
-DDARWIN_OS_CASE_SENSITIVE_FIXME=2, and file a bug report saying
please recompile Emacs with -D DARWIN_OS_CASE_SENSITIVE_FIXME=1 or
-D DARWIN_OS_CASE_SENSITIVE_FIXME=2, and file a bug report saying
whether this fixed your problem. */
#ifdef _PC_CASE_INSENSITIVE

View File

@ -3102,7 +3102,7 @@ finish_after_tls_connection (Lisp_Object proc)
else if (p->outfd < 0)
{
/* The counterparty may have closed the connection (especially
if the NSM promt above take a long time), so recheck the file
if the NSM prompt above take a long time), so recheck the file
descriptor here. */
pset_status (p, Qfailed);
deactivate_process (proc);