Add hints to `automatic-hscrolling' to doc strings.
This commit is contained in:
parent
ba7e40eb1d
commit
e43ece729d
1 changed files with 8 additions and 4 deletions
|
@ -75,23 +75,27 @@ to hscroll from your init file and code."
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun turn-on-hscroll ()
|
(defun turn-on-hscroll ()
|
||||||
"This function is obsolete.
|
"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
|
;;;###autoload
|
||||||
(defun hscroll-mode (&optional arg)
|
(defun hscroll-mode (&optional arg)
|
||||||
"This function is obsolete.
|
"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"))
|
(interactive "P"))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun hscroll-global-mode (&optional arg)
|
(defun hscroll-global-mode (&optional arg)
|
||||||
"This function is obsolete.
|
"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"))
|
(interactive "P"))
|
||||||
|
|
||||||
(defun hscroll-window-maybe ()
|
(defun hscroll-window-maybe ()
|
||||||
"This function is obsolete.
|
"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))
|
(interactive))
|
||||||
|
|
||||||
(provide 'hscroll)
|
(provide 'hscroll)
|
||||||
|
|
Loading…
Add table
Reference in a new issue