Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
dd60908b
Commit
dd60908b
authored
Dec 01, 2002
by
Andreas Schwab
Browse files
(mouse-wheel-scroll-amount): Fix customize type.
parent
5213c97d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lisp/mwheel.el
lisp/mwheel.el
+3
-3
No files found.
lisp/mwheel.el
View file @
dd60908b
...
...
@@ -111,7 +111,7 @@ less than a full screen."
(
choice
:tag
"Normal"
(
const
:tag
"Full screen"
:value
nil
)
(
integer
:tag
"Specific # of lines"
)
(
float
:tag
"Fraction of window"
)
(
number
:tag
"Fraction of window"
)
(
cons
(
repeat
(
choice
:tag
"modifier"
(
const
alt
)
(
const
control
)
(
const
hyper
)
...
...
@@ -119,7 +119,7 @@ less than a full screen."
(
choice
:tag
"scroll amount"
(
const
:tag
"Full screen"
:value
nil
)
(
integer
:tag
"Specific # of lines"
)
(
float
:tag
"Fraction of window"
))))
(
number
:tag
"Fraction of window"
))))
(
repeat
(
cons
(
repeat
(
choice
:tag
"modifier"
...
...
@@ -128,7 +128,7 @@ less than a full screen."
(
choice
:tag
"scroll amount"
(
const
:tag
"Full screen"
:value
nil
)
(
integer
:tag
"Specific # of lines"
)
(
float
:tag
"Fraction of window"
))))))
(
number
:tag
"Fraction of window"
))))))
(
defcustom
mouse-wheel-progessive-speed
t
"If non-nil, the faster the user moves the wheel, the faster the scrolling.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment