]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix more trivial typos
authorStefan Kangas <stefan@marxist.se>
Mon, 21 Sep 2020 13:12:16 +0000 (15:12 +0200)
committerStefan Kangas <stefan@marxist.se>
Mon, 21 Sep 2020 13:32:46 +0000 (15:32 +0200)
etc/NEWS
etc/NEWS.1-17
lib-src/ebrowse.c
make-dist

index 57fdada3573d17ba6d40dd0ff172fc0a999cc91d..33e7ebec83fdaf6bfebdcd4ba62edee24d3b61c2 100644 (file)
--- 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'.
 
index 8ca61a0a3bb338052e09881d9697ee8714884ffc..c4ff83bb706d05a5e14c64cbe74b02aa0785d52b 100644 (file)
@@ -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,
index 70eb22b9946b7b18bef5b1df7f466b5ec2ff79c2..7d0650a4059613622b07b0f81e12381c1fa3e9b2 100644 (file)
@@ -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;
 
index 6901a4cfa1c677375e38c0bbd53ebe546b0076b2..de4f343ddd4dc50b043d68250ffe7fc75314ae90 100755 (executable)
--- 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
      ;;