emacs-diffs
[Top][All Lists]
Advanced

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

emacs-27 395f10c: ; Fix more trivial typos


From: Stefan Kangas
Subject: emacs-27 395f10c: ; Fix more trivial typos
Date: Mon, 21 Sep 2020 09:33:29 -0400 (EDT)

branch: emacs-27
commit 395f10cb98af122404bcdc2eb60d30decf297625
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    ; Fix more trivial typos
---
 etc/NEWS          | 2 +-
 etc/NEWS.1-17     | 2 +-
 lib-src/ebrowse.c | 2 +-
 make-dist         | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index 57fdada..33e7ebe 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1130,7 +1130,7 @@ prefer to rely upon existing Emacs facilities for 
formatting code but
 the 'sql-indent' package provides facilities to aid more casual SQL
 developers layout queries and complex expressions.
 
-**** 'sql-use-indent-support' (default t) enables SQL indention support.
+**** 'sql-use-indent-support' (default t) enables SQL indentation support.
 The 'sql-indent' package from ELPA must be installed to get the
 indentation support in 'sql-mode' and 'sql-interactive-mode'.
 
diff --git a/etc/NEWS.1-17 b/etc/NEWS.1-17
index 8ca61a0..c4ff83b 100644
--- a/etc/NEWS.1-17
+++ b/etc/NEWS.1-17
@@ -1944,7 +1944,7 @@ It's Beat CCA Week.
     described by dot and mark, at its corners;
     the existing text is pushed to the right.
   clear-rectangle:
-    replace the rectangle described by dot ane mark
+    replace the rectangle described by dot and mark
     with blanks.  The previous text is deleted.
   delete-rectangle:
     delete the text of the specified rectangle,
diff --git a/lib-src/ebrowse.c b/lib-src/ebrowse.c
index 70eb22b..7d0650a 100644
--- a/lib-src/ebrowse.c
+++ b/lib-src/ebrowse.c
@@ -1875,7 +1875,7 @@ yylex (void)
 
 
 /* Actually local to matching_regexp.  These variables must be in
-   global scope for the case that `static' get's defined away.  */
+   global scope for the case that `static' gets defined away.  */
 
 static char *matching_regexp_buffer, *matching_regexp_end_buf;
 
diff --git a/make-dist b/make-dist
index 6901a4c..de4f343 100755
--- a/make-dist
+++ b/make-dist
@@ -110,7 +110,7 @@ while [ $# -gt 0 ]; do
      ;;
 
     ## Include the test/ directory.
-    ## This is for backward compability to when --no-tests was the default.
+    ## This is for backward compatibility to when --no-tests was the default.
     "--tests")
       with_tests=yes
      ;;



reply via email to

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