1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-25 19:11:56 +00:00

(mouse-wheel-scroll-amount): Don't quote nil and t in docstrings.

This commit is contained in:
Juanma Barranquero 2003-05-06 17:54:12 +00:00
parent d730a5ac5f
commit 41bbbdce51

View File

@ -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."