]> git.eshelyaron.com Git - emacs.git/commitdiff
; Correct typos
authorPo Lu <luangruo@yahoo.com>
Sat, 25 Nov 2023 04:52:09 +0000 (12:52 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 25 Nov 2023 04:52:09 +0000 (12:52 +0800)
* doc/lispref/frames.texi (Window System Selections): Correct
documentation typos.

doc/lispref/frames.texi

index ca8c79395edde129301f43a774134d7a17735b69..ec6f7fd9462c1106e8bdfb49d7e21977c0e1acf8 100644 (file)
@@ -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