diff options
| author | Stefan Kangas | 2020-09-21 15:12:16 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2020-09-21 15:32:46 +0200 |
| commit | 395f10cb98af122404bcdc2eb60d30decf297625 (patch) | |
| tree | 63652a3a4770d4c2ba6ac8629d0164d6baec416d | |
| parent | bf4accb65e71997c082a23cf492563243b1f4c34 (diff) | |
| download | emacs-395f10cb98af122404bcdc2eb60d30decf297625.tar.gz emacs-395f10cb98af122404bcdc2eb60d30decf297625.zip | |
; Fix more trivial typos
| -rw-r--r-- | etc/NEWS | 2 | ||||
| -rw-r--r-- | etc/NEWS.1-17 | 2 | ||||
| -rw-r--r-- | lib-src/ebrowse.c | 2 | ||||
| -rwxr-xr-x | make-dist | 2 |
4 files changed, 4 insertions, 4 deletions
| @@ -1130,7 +1130,7 @@ prefer to rely upon existing Emacs facilities for formatting code but | |||
| 1130 | the 'sql-indent' package provides facilities to aid more casual SQL | 1130 | the 'sql-indent' package provides facilities to aid more casual SQL |
| 1131 | developers layout queries and complex expressions. | 1131 | developers layout queries and complex expressions. |
| 1132 | 1132 | ||
| 1133 | **** 'sql-use-indent-support' (default t) enables SQL indention support. | 1133 | **** 'sql-use-indent-support' (default t) enables SQL indentation support. |
| 1134 | The 'sql-indent' package from ELPA must be installed to get the | 1134 | The 'sql-indent' package from ELPA must be installed to get the |
| 1135 | indentation support in 'sql-mode' and 'sql-interactive-mode'. | 1135 | indentation support in 'sql-mode' and 'sql-interactive-mode'. |
| 1136 | 1136 | ||
diff --git a/etc/NEWS.1-17 b/etc/NEWS.1-17 index 8ca61a0a3bb..c4ff83bb706 100644 --- a/etc/NEWS.1-17 +++ b/etc/NEWS.1-17 | |||
| @@ -1944,7 +1944,7 @@ It's Beat CCA Week. | |||
| 1944 | described by dot and mark, at its corners; | 1944 | described by dot and mark, at its corners; |
| 1945 | the existing text is pushed to the right. | 1945 | the existing text is pushed to the right. |
| 1946 | clear-rectangle: | 1946 | clear-rectangle: |
| 1947 | replace the rectangle described by dot ane mark | 1947 | replace the rectangle described by dot and mark |
| 1948 | with blanks. The previous text is deleted. | 1948 | with blanks. The previous text is deleted. |
| 1949 | delete-rectangle: | 1949 | delete-rectangle: |
| 1950 | delete the text of the specified rectangle, | 1950 | delete the text of the specified rectangle, |
diff --git a/lib-src/ebrowse.c b/lib-src/ebrowse.c index 70eb22b9946..7d0650a4059 100644 --- a/lib-src/ebrowse.c +++ b/lib-src/ebrowse.c | |||
| @@ -1875,7 +1875,7 @@ yylex (void) | |||
| 1875 | 1875 | ||
| 1876 | 1876 | ||
| 1877 | /* Actually local to matching_regexp. These variables must be in | 1877 | /* Actually local to matching_regexp. These variables must be in |
| 1878 | global scope for the case that `static' get's defined away. */ | 1878 | global scope for the case that `static' gets defined away. */ |
| 1879 | 1879 | ||
| 1880 | static char *matching_regexp_buffer, *matching_regexp_end_buf; | 1880 | static char *matching_regexp_buffer, *matching_regexp_end_buf; |
| 1881 | 1881 | ||
| @@ -110,7 +110,7 @@ while [ $# -gt 0 ]; do | |||
| 110 | ;; | 110 | ;; |
| 111 | 111 | ||
| 112 | ## Include the test/ directory. | 112 | ## Include the test/ directory. |
| 113 | ## This is for backward compability to when --no-tests was the default. | 113 | ## This is for backward compatibility to when --no-tests was the default. |
| 114 | "--tests") | 114 | "--tests") |
| 115 | with_tests=yes | 115 | with_tests=yes |
| 116 | ;; | 116 | ;; |