summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-11-28 16:50:40 +0000
committerGerd Moellmann <gerd@gnu.org>2000-11-28 16:50:40 +0000
commit002433a41f1aba91dbeeb6b8a96d4334acb3eb36 (patch)
treec18f3e8521d287889bac95b06e35951b32a2191f
parentc4f6e3c2614c4f465e95ee83593e3a83da5c071f (diff)
downloademacs-002433a41f1aba91dbeeb6b8a96d4334acb3eb36.tar.gz
Add hints to `automatic-hscrolling' to doc strings.raeburn-tag-5-for-export
-rw-r--r--lisp/hscroll.el12
1 files changed, 8 insertions, 4 deletions
diff --git a/lisp/hscroll.el b/lisp/hscroll.el
index 2987fc8f770..996cd07c5e4 100644
--- a/lisp/hscroll.el
+++ b/lisp/hscroll.el
@@ -75,23 +75,27 @@ to hscroll from your init file and code."
;;;###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)