Add comment.
--- a/.emacs-my Sat Jun 18 11:33:34 2011 +0300
+++ b/.emacs-my Sat Jun 18 11:36:34 2011 +0300
@@ -1226,7 +1226,7 @@
(setq compile-command "make ")
(when (eq system-type 'berkeley-unix)
(setq compile-command "gmake "))
-;; compilation window shall scroll down if not 0
+;; With '1' compilation window shall scroll down, with `first-error' stops scrolling at the first error.
(setq compilation-scroll-output 1)
;; Show error in EN locale to easy search how fix problem in docs and Internet.