; Fix more trivial typos
This commit is contained in:
parent
bf4accb65e
commit
395f10cb98
4 changed files with 4 additions and 4 deletions
2
etc/NEWS
2
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'.
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue