diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index 60e7f6811bc..d610f8fe219 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el @@ -11719,9 +11719,10 @@ this are the `default' and `header-line' faces: they will both be scaled even if they have an explicit `:height' setting. See also the related command `global-text-scale-adjust'. Unlike -that command, which scales the font size with a increment, -`text-scale-adjust' scales the font size with a factor, -`text-scale-mode-step'. With a small `text-scale-mode-step' +that command, which scales the font size with a increment (and can +also optionally resize frames to keep the same number of lines and +characters per line), `text-scale-adjust' scales the font size with +a factor, `text-scale-mode-step'. With a small `text-scale-mode-step' factor, the two commands behave similarly. (fn INC)" t) @@ -32891,7 +32892,7 @@ Add archive file name handler to `file-name-handler-alist'." (when (and tramp-ar ;;; Generated autoloads from net/trampver.el -(push (purecopy '(tramp 2 6 3 -1)) package--builtin-versions) +(push (purecopy '(tramp 2 6 3)) package--builtin-versions) (register-definition-prefixes "trampver" '("tramp-"))