Skip to content

Commit 6cad215

Browse files
author
dickmao
committed
First line is not a complete sentence
1 parent 127cbec commit 6cad215

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

markdown-mode.el

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2075,8 +2075,7 @@ variable-height variable `markdown-header-scaling'." ,num1)
20752075
:group 'markdown-faces))))))
20762076

20772077
(defun markdown-update-header-faces (&optional _scaling _scaling-values)
2078-
"Update header faces using current values of markdown-header-scaling and
2079-
markdown-header-scaling-values. Arguments are ignored but retained to avoid breakage."
2078+
"Update header faces using current values of markdown-header-scaling and markdown-header-scaling-values. Arguments are ignored but retained to avoid breakage."
20802079
(markdown-make-header-faces)
20812080
(dotimes (num 6)
20822081
(let* ((face-name (intern (format "markdown-header-face-%s" (1+ num))))

0 commit comments

Comments
 (0)