From 456087e3f0f6c7f646da08cb66fec9b63b27a09d Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 12 Aug 2025 18:43:02 -0500 Subject: fixing documentation issue --- modules/host-environment.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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 () -- cgit v1.2.3