diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-11-20 12:59:39 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-11-20 12:59:39 +0100 |
commit | 16318bfb518aa7bc06e502e6fad7e53ec91067f9 (patch) | |
tree | e27122c0a061762bc483ed245ca62ac8d957f881 /src/xsettings.c | |
parent | 6082ab9697fa8c18e9049d24840d07efe6f95625 (diff) | |
download | emacs-16318bfb518aa7bc06e502e6fad7e53ec91067f9.tar.gz |
; Fix typos
Diffstat (limited to 'src/xsettings.c')
-rw-r--r-- | src/xsettings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xsettings.c b/src/xsettings.c index f1ee84a1a02..00b67539d41 100644 --- a/src/xsettings.c +++ b/src/xsettings.c @@ -766,7 +766,7 @@ parse_settings (unsigned char *prop, #ifndef HAVE_PGTK /* Read settings from the XSettings property window on display for DPYINFO. Store settings read in SETTINGS. - Return true iff successful. */ + Return true if successful. */ static bool read_settings (Display_Info *dpyinfo, struct xsettings *settings) |