diff options
author | Zajcev Evgeny <zevlg@yandex.ru> | 2023-11-14 13:32:57 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2023-11-14 16:23:15 +0200 |
commit | 32a32853ce914fd10770b463e8109e288047a211 (patch) | |
tree | 180fa407ca27ce24667d3f3a7c77a7ba5debe1e1 /doc/lispref/modes.texi | |
parent | f98637b51b5b938c894cb77a5d5aa6a86b2a727d (diff) | |
download | emacs-32a32853ce914fd10770b463e8109e288047a211.tar.gz emacs-32a32853ce914fd10770b463e8109e288047a211.tar.bz2 emacs-32a32853ce914fd10770b463e8109e288047a211.zip |
Typofix in the doc/lispref/modes.texi
Diffstat (limited to 'doc/lispref/modes.texi')
-rw-r--r-- | doc/lispref/modes.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi index 78e73359b6d..bcebcc31a96 100644 --- a/doc/lispref/modes.texi +++ b/doc/lispref/modes.texi @@ -2660,7 +2660,7 @@ display in pixels, by multiplying the value of this variable by the value returned by @code{frame-char-width} (@pxref{Frame Font}), and then use the result to align header-line text using the @code{:align-to} display property spec (@pxref{Specified Space}) in -pixels on the relevant parts of @code{header-line-frormat}. +pixels on the relevant parts of @code{header-line-format}. @end defvar @defun window-header-line-height &optional window |