emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 493a8f3: ; Spelling fixes


From: Paul Eggert
Subject: [Emacs-diffs] master 493a8f3: ; Spelling fixes
Date: Sat, 19 Nov 2016 22:58:09 +0000 (UTC)

branch: master
commit 493a8f33ba916403d1fab620e08146632b826101
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    ; Spelling fixes
---
 etc/NEWS                       |    2 +-
 etc/PROBLEMS                   |    4 ++--
 lisp/net/tramp.el              |    2 +-
 lisp/progmodes/verilog-mode.el |    2 +-
 src/fileio.c                   |    4 ++--
 src/process.c                  |    2 +-
 6 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index 403f7f7..bd83c60 100644
--- 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',
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index bbf865c..c9b11fbc5 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -2423,8 +2423,8 @@ If you do, please send it to address@hidden 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
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
index 60199d2..abe8de3 100644
--- a/lisp/net/tramp.el
+++ b/lisp/net/tramp.el
@@ -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
diff --git a/lisp/progmodes/verilog-mode.el b/lisp/progmodes/verilog-mode.el
index 5f07cbb..5368b61 100644
--- a/lisp/progmodes/verilog-mode.el
+++ b/lisp/progmodes/verilog-mode.el
@@ -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:
diff --git a/src/fileio.c b/src/fileio.c
index 66a4873..7aa5817 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -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
diff --git a/src/process.c b/src/process.c
index d68c930..49340b1 100644
--- a/src/process.c
+++ b/src/process.c
@@ -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);



reply via email to

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