summaryrefslogtreecommitdiff
path: root/lisp/mwheel.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2003-05-06 17:54:12 +0000
committerJuanma Barranquero <lekktu@gmail.com>2003-05-06 17:54:12 +0000
commit41bbbdce51c5c27b1e332b248c3afaf8a055e83b (patch)
tree9fd55da09ef02883ec4e6c16a4f6debf8af51f50 /lisp/mwheel.el
parentd730a5ac5f365ea6c6e99d4f59c03d490c74677b (diff)
downloademacs-41bbbdce51c5c27b1e332b248c3afaf8a055e83b.tar.gz
(mouse-wheel-scroll-amount): Don't quote nil and t in docstrings.
Diffstat (limited to 'lisp/mwheel.el')
-rw-r--r--lisp/mwheel.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mwheel.el b/lisp/mwheel.el
index 44ea214d334..0fd7eb28a90 100644
--- a/lisp/mwheel.el
+++ b/lisp/mwheel.el
@@ -105,7 +105,7 @@ the wheel is moved with the modifier key depressed.
Elements of the list have the form (MODIFIERS . AMOUNT) or just AMOUNT if
MODIFIERS is nil.
-AMOUNT should be the number of lines to scroll, or `nil' for near full
+AMOUNT should be the number of lines to scroll, or nil for near full
screen. It can also be a floating point number, specifying the fraction of
a full screen to scroll. A near full screen is `next-screen-context-lines'
less than a full screen."