diff options
| author | Stefan Kangas | 2024-06-22 02:30:27 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2024-06-22 02:30:53 +0200 |
| commit | 7cc939bf27eee14eaad6945294f76cb097ecf056 (patch) | |
| tree | 892d28c26004282ab9b18ca19a53ef55ced97c16 | |
| parent | 959eacc2a705caf067442a96ac17dcb8616f6d96 (diff) | |
| download | emacs-7cc939bf27eee14eaad6945294f76cb097ecf056.tar.gz emacs-7cc939bf27eee14eaad6945294f76cb097ecf056.zip | |
; * lisp/ldefs-boot.el: Regenerated for Emacs 29.4
| -rw-r--r-- | lisp/ldefs-boot.el | 9 |
1 files changed, 5 insertions, 4 deletions
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 | |||
| 11719 | scaled even if they have an explicit `:height' setting. | 11719 | scaled even if they have an explicit `:height' setting. |
| 11720 | 11720 | ||
| 11721 | See also the related command `global-text-scale-adjust'. Unlike | 11721 | See also the related command `global-text-scale-adjust'. Unlike |
| 11722 | that command, which scales the font size with a increment, | 11722 | that command, which scales the font size with a increment (and can |
| 11723 | `text-scale-adjust' scales the font size with a factor, | 11723 | also optionally resize frames to keep the same number of lines and |
| 11724 | `text-scale-mode-step'. With a small `text-scale-mode-step' | 11724 | characters per line), `text-scale-adjust' scales the font size with |
| 11725 | a factor, `text-scale-mode-step'. With a small `text-scale-mode-step' | ||
| 11725 | factor, the two commands behave similarly. | 11726 | factor, the two commands behave similarly. |
| 11726 | 11727 | ||
| 11727 | (fn INC)" t) | 11728 | (fn INC)" t) |
| @@ -32891,7 +32892,7 @@ Add archive file name handler to `file-name-handler-alist'." (when (and tramp-ar | |||
| 32891 | 32892 | ||
| 32892 | ;;; Generated autoloads from net/trampver.el | 32893 | ;;; Generated autoloads from net/trampver.el |
| 32893 | 32894 | ||
| 32894 | (push (purecopy '(tramp 2 6 3 -1)) package--builtin-versions) | 32895 | (push (purecopy '(tramp 2 6 3)) package--builtin-versions) |
| 32895 | (register-definition-prefixes "trampver" '("tramp-")) | 32896 | (register-definition-prefixes "trampver" '("tramp-")) |
| 32896 | 32897 | ||
| 32897 | 32898 | ||