summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-08-12 18:43:02 -0500
committerCraig Jennings <c@cjennings.net>2025-08-12 18:43:02 -0500
commit456087e3f0f6c7f646da08cb66fec9b63b27a09d (patch)
tree9902ad63a05d91c5ca7937d68e2f5c04f9e2a696 /modules
parent207336d53d2b8c0a22e04edbda60fcd87a1ef89b (diff)
downloaddotemacs-456087e3f0f6c7f646da08cb66fec9b63b27a09d.tar.gz
dotemacs-456087e3f0f6c7f646da08cb66fec9b63b27a09d.zip
fixing documentation issue
Diffstat (limited to 'modules')
-rw-r--r--modules/host-environment.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/host-environment.el b/modules/host-environment.el
index 012794b5..ae115115 100644
--- a/modules/host-environment.el
+++ b/modules/host-environment.el
@@ -38,7 +38,7 @@
(memq system-type '(cygwin windows-nt ms-dos)))
(defun env-x-p ()
- "Return t if host system is running the X Window System"
+ "Return t if host system is running the X Window System."
(string= (window-system) "x"))
(defun env-terminal-p ()