fix: default-text-scale-increment → default-text-scale-adjust

This commit is contained in:
2026-02-22 15:06:24 +01:00
parent aad9dafdd0
commit 2c42d51c8e

View File

@@ -738,7 +738,7 @@ Skips past the TODO keyword and optional priority indicator [#A]."
(interactive) (interactive)
(if (null my/zoom-saved-delta) (if (null my/zoom-saved-delta)
(message "Zoom: nothing to restore") (message "Zoom: nothing to restore")
(default-text-scale-increment my/zoom-saved-delta) (default-text-scale-adjust my/zoom-saved-delta)
(setq my/zoom-total-delta my/zoom-saved-delta) (setq my/zoom-total-delta my/zoom-saved-delta)
(setq my/zoom-saved-delta nil) (setq my/zoom-saved-delta nil)
(my/zoom--msg))) (my/zoom--msg)))