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
|
||||
(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)
|
||||
|
|
Loading…
Add table
Reference in a new issue