diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-12 08:50:21 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-13 18:44:41 +0100 |
commit | def51dd6458d2f276018aaac36283bbe44428de7 (patch) | |
tree | 7df9ef1e3b7efd86f13534c77d74a136e1fa25a5 /src | |
parent | 4980ed7a6d96d5a8803fae6135804cd87faa6d59 (diff) | |
download | emacs-def51dd6458d2f276018aaac36283bbe44428de7.tar.gz |
; Fix typos
Diffstat (limited to 'src')
-rw-r--r-- | src/xfaces.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfaces.c b/src/xfaces.c index 94247f55969..be4a7ca71cc 100644 --- a/src/xfaces.c +++ b/src/xfaces.c @@ -7443,7 +7443,7 @@ If the value is nil, candidate fonts might be rejected if the don't have exactly the same values of attributes as the face requests. This variable exists for debugging of the font-selection process, -and we advise not to change it othersie. */); +and we advise not to change it otherwise. */); Vface_font_lax_matched_attributes = Qt; #ifdef HAVE_WINDOW_SYSTEM |