File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -833,9 +833,9 @@ This function does not return `implicit-;' or `type-:'."
833833 ; ; or another another bracket (e.g. Foo<Bar<[(Int, String)]>>)
834834 ((and (eq (char-after ) ?> )
835835 (save-excursion
836- ; ; You know that regular language can be reversed. Thus you may
837- ; ; think that `looking-back' reverse the given regexp and scan
838- ; ; chars backwards. Nevertheless, `looking' function does not
836+ ; ; You know that regular languages can be reversed. Thus you may
837+ ; ; think that `looking-back' reverses the given regexp and scans
838+ ; ; chars backwards. Nevertheless, `looking-back ' function does not
839839 ; ; do that. It just repeats `looking-at' with decrementing start
840840 ; ; position until it succeeds. The document says that it is not
841841 ; ; recommended to use. So using `skip-chars-backward' ,
You can’t perform that action at this time.
0 commit comments