]> git.eshelyaron.com Git - emacs.git/commitdiff
; Spelling fixes
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 19 Nov 2016 22:57:40 +0000 (14:57 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 19 Nov 2016 22:58:05 +0000 (14:58 -0800)
etc/NEWS
etc/PROBLEMS
lisp/net/tramp.el
lisp/progmodes/verilog-mode.el
src/fileio.c
src/process.c

index 403f7f70c28979f89a004abde7a70d4c4207e1b6..bd83c6028c074f45f932fcc75b62c194c02ddce7 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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',
index bbf865cf3f8fca97c23d7351c1e826db1b765330..c9b11fbc56ca73891dae6208813ff14e85c9e741 100644 (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
index 60199d2047ef5581d7c0c5688f92064ab436caa5..abe8de39b60bfcded54afbb854d3ebe208fafa60 100644 (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
index 5f07cbb329d472ef4728f464bc845c6862642b86..5368b6135693c283bc8d8ff2107144030b99d955 100644 (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:
index 66a48733a6d74044249239b81f3d3c071d752250..7aa58177d49518751251e89bbbe66590e65ef9f4 100644 (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
index d68c930dd6fae82651e606bb1a4b4c7313f04e5a..49340b120effab9d18f15875ed909415c1669969 100644 (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);