Adjust comment.
This commit is contained in:
parent
e1cf81b4ad
commit
44a31225c3
1 changed files with 2 additions and 2 deletions
|
@ -2408,8 +2408,8 @@ resultant list will be returned."
|
|||
"Match trailing spaces which do not contain the point at end of line."
|
||||
(let ((status t))
|
||||
(while (if (re-search-forward whitespace-trailing-regexp limit t)
|
||||
(= whitespace-point (match-end 1)) ;; Loop if point at eol.
|
||||
(setq status nil))) ;; End of buffer.
|
||||
(= whitespace-point (match-end 1)) ;; loop if point at eol
|
||||
(setq status nil))) ;; end of buffer
|
||||
status))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue