]> git.eshelyaron.com Git - emacs.git/commitdiff
Document some missing commands related to text scaling
authorPo Lu <luangruo@yahoo.com>
Sun, 26 Dec 2021 10:51:48 +0000 (18:51 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 26 Dec 2021 10:53:17 +0000 (18:53 +0800)
* doc/emacs/display.texi (Text Scale): Document
`text-scale-pinch' and `mouse-wheel-text-scale'.

doc/emacs/display.texi

index 15cad88d5968cbd9d145c3ef4781b93919bfe0c9..f0dc8b776f700669d3d3387a8e29f8e6f0965b79 100644 (file)
@@ -903,6 +903,20 @@ prefix argument.
 @code{text-scale-mode} if the current font scaling is other than 1,
 and disable it otherwise.
 
+@cindex pinch to scale
+@findex text-scale-pinch
+  The command @code{text-scale-pinch} increases or decreases the text
+scale based on the distance between fingers on a touchpad when a pinch
+gesture is performed by placing two fingers on a touchpad and moving
+them towards or apart from each other.  This is only available on some
+systems with supported hardware.
+
+@findex mouse-wheel-text-scale
+  The command @code{mouse-wheel-text-scale} also changes the text
+scale.  Normally, it is run when you press @key{Ctrl} while moving the
+mouse wheel.  The text scale is increased when the wheel is moved
+downwards, and it is decreased when the wheel is moved upwards.
+
 @node Font Lock
 @section Font Lock mode
 @cindex Font Lock mode