diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-07-13 13:00:31 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-07-13 13:04:22 +0200 |
commit | ba0871bef1e7d321f1124a6ad20e9be158a976dd (patch) | |
tree | f8e0ff481dbc96e0a2cbcd188d21728bced77849 /lisp/net/shr.el | |
parent | e3e7f31faa69d173c000ddf9f3c77e9cf34efee0 (diff) | |
download | emacs-ba0871bef1e7d321f1124a6ad20e9be158a976dd.tar.gz emacs-ba0871bef1e7d321f1124a6ad20e9be158a976dd.tar.bz2 emacs-ba0871bef1e7d321f1124a6ad20e9be158a976dd.zip |
; Fix typos: prefer American spelling
Diffstat (limited to 'lisp/net/shr.el')
-rw-r--r-- | lisp/net/shr.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/shr.el b/lisp/net/shr.el index e8b0fbc18c4..cb75d91c566 100644 --- a/lisp/net/shr.el +++ b/lisp/net/shr.el @@ -820,7 +820,7 @@ size, and full-buffer size." (let* ((props (copy-sequence (text-properties-at (point)))) (face (plist-get props 'face))) ;; We don't want to use the faces on the indentation, because - ;; that's ugly, but we do want to use the background colour. + ;; that's ugly, but we do want to use the background color. (when face (setq props (plist-put props 'face (shr-face-background face)))) (add-text-properties gap-start (point) props)))) |