;;;###autoload
(defun turn-on-hscroll ()
"This function is obsolete.
-Emacs now does hscrolling automatically, if `truncate-lines' is non-nil.")
+Emacs now does hscrolling automatically, if `truncate-lines' is non-nil.
+Also see `automatic-hscrolling'.")
;;;###autoload
(defun hscroll-mode (&optional arg)
"This function is obsolete.
-Emacs now does hscrolling automatically, if `truncate-lines' is non-nil."
+Emacs now does hscrolling automatically, if `truncate-lines' is non-nil.
+Also see `automatic-hscrolling'."
(interactive "P"))
;;;###autoload
(defun hscroll-global-mode (&optional arg)
"This function is obsolete.
-Emacs now does hscrolling automatically, if `truncate-lines' is non-nil."
+Emacs now does hscrolling automatically, if `truncate-lines' is non-nil.
+Also see `automatic-hscrolling'."
(interactive "P"))
(defun hscroll-window-maybe ()
"This function is obsolete.
-Emacs now does hscrolling automatically, if `truncate-lines' is non-nil."
+Emacs now does hscrolling automatically, if `truncate-lines' is non-nil.
+Also see `automatic-hscrolling'."
(interactive))
(provide 'hscroll)