From b4be1027a73cf4c79e272e599bb2a08ce8095df5 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Sat, 25 Nov 2023 12:52:09 +0800 Subject: [PATCH] ; Correct typos * doc/lispref/frames.texi (Window System Selections): Correct documentation typos. --- doc/lispref/frames.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index ca8c79395ed..ec6f7fd9462 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi @@ -4014,7 +4014,7 @@ storing their own data; however, only three are commonly used: the selection}. @xref{Cut and Paste,, Cut and Paste, emacs, The GNU Emacs Manual}, for Emacs commands that make use of these selections. This section documents the low-level functions for reading and setting -window-system selections; @xref{Accessing Selections} for +window-system selections; @xref{Accessing Selections}, for documentation concerning selection types and data formats under particular window systems. @@ -4052,7 +4052,7 @@ programs. It takes two optional arguments, @var{type} and The @var{data-type} argument specifies the form of data conversion to use, to convert the raw data obtained from another program into Lisp -data. @xref{X Selections} for an enumeration of data types valid +data. @xref{X Selections}, for an enumeration of data types valid under X, and @xref{Other Selections} for those elsewhere. @end defun -- 2.39.5