Merge from origin/emacs-27
8ad48a0bdd
(origin/emacs-27) Improve doc string of 'text-scale-adjust'7a25ff767d
Clarify the indent-rigidly doc string6c5ddf0e0b
Fix two small tab bar issuesc71e08eba9
Fix last change in syntax.texi # Conflicts: # lisp/indent.el
This commit is contained in:
commit
c0d504eb7e
5 changed files with 12 additions and 9 deletions
|
@ -1370,6 +1370,7 @@ FRAME defaults to the selected frame."
|
|||
FRAME defaults to the selected frame."
|
||||
(setq frame (window-normalize-frame frame))
|
||||
(- (frame-native-height frame)
|
||||
(tab-bar-height frame t)
|
||||
(* 2 (frame-internal-border-width frame))))
|
||||
|
||||
(defun frame-outer-width (&optional frame)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue