# HG changeset patch # User Gerd Moellmann # Date 975430240 0 # Node ID 96d72c104f9a3c9dc7a010c783437c95478f0efc # Parent 0137a7589ef570e2ca09584b63c6bcf9dc65de9b Add hints to `automatic-hscrolling' to doc strings. diff -r 0137a7589ef5 -r 96d72c104f9a lisp/hscroll.el --- a/lisp/hscroll.el Tue Nov 28 16:50:25 2000 +0000 +++ b/lisp/hscroll.el Tue Nov 28 16:50:40 2000 +0000 @@ -75,23 +75,27 @@ ;;;###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)