(print-fontset): Indent font name by 24 columns, not 25.
This commit is contained in:
parent
9c92eb539d
commit
55bab38846
1 changed files with 3 additions and 3 deletions
|
@ -1084,10 +1084,10 @@ but still contains full information about each coding system."
|
|||
(beginning-of-line)
|
||||
(insert "Fontset: " fontset "\n")
|
||||
(insert "CHARSET or CHAR RANGE")
|
||||
(indent-to 25)
|
||||
(indent-to 24)
|
||||
(insert "FONT NAME\n")
|
||||
(insert "---------------------")
|
||||
(indent-to 25)
|
||||
(indent-to 24)
|
||||
(insert "---------")
|
||||
(insert "\n")
|
||||
(while tail
|
||||
|
@ -1120,7 +1120,7 @@ but still contains full information about each coding system."
|
|||
(make-char charset (nth 1 split)
|
||||
(if (= (charset-chars charset) 94) 126 127))))
|
||||
(insert to))))
|
||||
(indent-to 25)
|
||||
(indent-to 24)
|
||||
(if (stringp font-spec)
|
||||
(insert font-spec)
|
||||
(if (car font-spec)
|
||||
|
|
Loading…
Add table
Reference in a new issue