From 44a31225c3abcc9f07d47168fa2243ae569aa10c Mon Sep 17 00:00:00 2001 From: Vinicius Jose Latorre Date: Sun, 30 Oct 2011 23:39:04 -0200 Subject: [PATCH] Adjust comment. --- lisp/whitespace.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/whitespace.el b/lisp/whitespace.el index 68ecb142f70..f50386b1827 100644 --- a/lisp/whitespace.el +++ b/lisp/whitespace.el @@ -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)) -- 2.39.5