aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/hscroll.el
diff options
context:
space:
mode:
authorDan Nicolaescu1998-04-20 03:35:05 +0000
committerDan Nicolaescu1998-04-20 03:35:05 +0000
commitf9e9ac1ddebce30fd644f9c854edfbc40a93d4d5 (patch)
tree75ee7cf00f0f2a187b80b6ba0a783936bdaf3eb9 /lisp/hscroll.el
parentcd32a7baa4746f699fa4d945c1b1b9e50a9486da (diff)
downloademacs-f9e9ac1ddebce30fd644f9c854edfbc40a93d4d5.tar.gz
emacs-f9e9ac1ddebce30fd644f9c854edfbc40a93d4d5.zip
*** empty log message ***
Diffstat (limited to 'lisp/hscroll.el')
-rw-r--r--lisp/hscroll.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/hscroll.el b/lisp/hscroll.el
index a3da7913ced..0bcac3a1fa0 100644
--- a/lisp/hscroll.el
+++ b/lisp/hscroll.el
@@ -67,7 +67,8 @@ You must modify via \\[customize] for this variable to have an effect."
67 :initialize 'custom-initialize-default 67 :initialize 'custom-initialize-default
68 :group 'hscroll 68 :group 'hscroll
69 :type 'boolean 69 :type 'boolean
70 :require 'hscroll) 70 :require 'hscroll
71 :version "20.3")
71 72
72(defcustom hscroll-margin 5 73(defcustom hscroll-margin 5
73 "*How many columns away from the edge of the window point is allowed to get 74 "*How many columns away from the edge of the window point is allowed to get