]> git.lyx.org Git - features.git/commit
Improve documentation of LFUN_BUFFER_ZOOM_{IN,OUT}
authorScott Kostyshak <skostysh@lyx.org>
Tue, 19 Jul 2016 06:11:27 +0000 (02:11 -0400)
committerScott Kostyshak <skostysh@lyx.org>
Tue, 19 Jul 2016 06:11:27 +0000 (02:11 -0400)
commit3826ff643433ad166c3402b146b3860ab5d6861e
treea25695bc39ef50f0fa4ff42e781908b90766902c
parentd158bca200cf4ba636e9d1f3f87af6ea9fdad38f
Improve documentation of LFUN_BUFFER_ZOOM_{IN,OUT}

The default for ZOOM_OUT is -20 from a user perspective. That is,
the following are equivalent:

  buffer-zoom-out -20
  buffer-zoom-out

The reason for this is that the argument to ZOOM_OUT is treated the
exact same way as ZOOM_IN. The only way they differ is how the
default case is handled.

This commit also clarifies that (1) the argument may be positive or
negative and that (2) the argument is interpreted as percentage
points, not percent.
lib/doc/LFUNs.lyx
src/LyXAction.cpp