patch 9.1.1495: Wayland: uses $XDG_SEAT to determine seat

Problem:  Wayland: uses $XDG_SEAT to determine seat to use
          (dr0bz, after v9.1.1485)
Solution: Do not try to determine the seat from $XDG_SEAT, remove the
          code that checks for this environment variable (Foxe Chen).

related: https://github.com/vim/vim/issues/5157#issuecomment-3015248239
closes: #17625

Signed-off-by: Foxe Chen <chen.foxe@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index a7dd6a9..1b6cae7 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1,4 +1,4 @@
-*options.txt*	For Vim version 9.1.  Last change: 2025 Jun 28
+*options.txt*	For Vim version 9.1.  Last change: 2025 Jun 29
 
 
 		  VIM REFERENCE MANUAL	  by Bram Moolenaar
@@ -10086,8 +10086,7 @@
 	specifically the clipboard.  If the seat does not exist, then the
 	option will still be set to the new value, with the Wayland clipboard
 	being unavailable as a result.  If an empty value is passed then Vim
-	will attempt to use the value of $XDG_SEAT if it exists, if not then
-	it resorts to using the first seat found available.  Updating this
+	will attempt to use the first seat found available.  Updating this
 	option will also update |v:clipmethod|.
 
 				*'wlsteal'* *'wst'* *'nowlsteal'* *'nowst'*