diff options
Diffstat (limited to 'lisp/obsolete/hscroll.el')
-rw-r--r-- | lisp/obsolete/hscroll.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/obsolete/hscroll.el b/lisp/obsolete/hscroll.el index 996cd07c5e4..07a5f525720 100644 --- a/lisp/obsolete/hscroll.el +++ b/lisp/obsolete/hscroll.el @@ -28,9 +28,9 @@ ;;; Code: -;;; +;;; ;;; PUBLIC VARIABLES -;;; +;;; (defvar hscroll-version "0.0") @@ -48,7 +48,7 @@ to hscroll from your init file and code." :require 'hscroll :version "20.3") -(defcustom hscroll-margin 5 +(defcustom hscroll-margin 5 "*Obsolete." :group 'hscroll :type 'integer) @@ -68,9 +68,9 @@ to hscroll from your init file and code." :group 'hscroll :type 'string) -;;; +;;; ;;; PUBLIC COMMANDS -;;; +;;; ;;;###autoload (defun turn-on-hscroll () |