Spelling fixes.
This commit is contained in:
parent
7430c2a179
commit
5396468298
110 changed files with 160 additions and 163 deletions
|
@ -839,7 +839,7 @@ voice);
|
|||
b) Can lineup vertically \"middles\" of rows, like `=' in
|
||||
a = b;
|
||||
cc = d;
|
||||
c) Can insert spaces where this impoves readability (in one
|
||||
c) Can insert spaces where this improves readability (in one
|
||||
interactive sweep over the buffer);
|
||||
d) Has support for imenu, including:
|
||||
1) Separate unordered list of \"interesting places\";
|
||||
|
@ -2801,7 +2801,7 @@ Will not look before LIM."
|
|||
(skip-chars-forward " \t")
|
||||
(if (memq (char-after (point))
|
||||
(append "#\n" nil))
|
||||
nil ; Can't use intentation of this line...
|
||||
nil ; Can't use indentation of this line...
|
||||
(point)))
|
||||
(skip-chars-forward " \t")
|
||||
(point)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue