changeset 33969:96d72c104f9a raeburn-tag-5-for-export

Add hints to `automatic-hscrolling' to doc strings.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 28 Nov 2000 16:50:40 +0000
parents 0137a7589ef5
children 670b73b06a0d
files lisp/hscroll.el
diffstat 1 files changed, 8 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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)