Mercurial > emacs
changeset 50872:ba2845537409
(mouse-wheel-scroll-amount): Don't quote nil and t in docstrings.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 06 May 2003 17:54:12 +0000 |
parents | ff9f693543fd |
children | 562c854aa190 |
files | lisp/mwheel.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mwheel.el Tue May 06 17:53:37 2003 +0000 +++ b/lisp/mwheel.el Tue May 06 17:54:12 2003 +0000 @@ -105,7 +105,7 @@ 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."