]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/nsterm.m (Vns_scroll_event_delta_factor): Fix doc string.
authorPo Lu <luangruo@yahoo.com>
Tue, 30 Nov 2021 13:10:36 +0000 (21:10 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 30 Nov 2021 13:10:36 +0000 (21:10 +0800)
src/nsterm.m

index f5c2d4d9fbcf9be2d9b11e6f359e304f4a924075..807309eb2ebe25fd4e2be32de17c6822d67fe7d9 100644 (file)
@@ -10044,7 +10044,7 @@ This variable is ignored on macOS < 10.7 and GNUstep.  Default is t.  */);
   DEFSYM (Qx_underline_at_descent_line, "x-underline-at-descent-line");
 
   DEFVAR_LISP ("ns-scroll-event-delta-factor", Vns_scroll_event_delta_factor,
-              doc: /* A delta to apply to pixel deltas reported in scroll events.
+              doc: /* A factor to apply to pixel deltas reported in scroll events.
  This is only effective for pixel deltas generated from touch pads or
  mice with smooth scrolling capability.  */);
   Vns_scroll_event_delta_factor = make_float (1.0);