summaryrefslogtreecommitdiff
path: root/lisp/dynamic-setting.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/dynamic-setting.el')
-rw-r--r--lisp/dynamic-setting.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/dynamic-setting.el b/lisp/dynamic-setting.el
index cf1a8d3b73c..3da8d14cee0 100644
--- a/lisp/dynamic-setting.el
+++ b/lisp/dynamic-setting.el
@@ -40,8 +40,8 @@
"Change font and/or font settings for frames on display DISPLAY-OR-FRAME.
If DISPLAY-OR-FRAME is a frame, the display is the one for that frame.
-If SET-FONT is non-nil, change the font for frames. Otherwise re-apply the
-current form for the frame (i.e. hinting or somesuch changed)."
+If SET-FONT is non-nil, change the font for frames. Otherwise re-apply
+the current form for the frame (i.e. hinting or somesuch changed)."
(let ((new-font (and (fboundp 'font-get-system-font)
(font-get-system-font)))
(frame-list (frames-on-display-list display-or-frame)))
@@ -68,8 +68,8 @@ current form for the frame (i.e. hinting or somesuch changed)."
(defun dynamic-setting-handle-config-changed-event (event)
"Handle config-changed-event on the display in EVENT.
Changes can be
- The monospace font. If `font-use-system-font' is nil, the font
- is not changed.
+ The monospace font. If `font-use-system-font' is nil,
+ the font is not changed.
The normal font.
Xft parameters, like DPI and hinting.
The Gtk+ theme name.