emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master b4be1027a73: ; Correct typos


From: Po Lu
Subject: master b4be1027a73: ; Correct typos
Date: Fri, 24 Nov 2023 23:52:20 -0500 (EST)

branch: master
commit b4be1027a73cf4c79e272e599bb2a08ce8095df5
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    ; 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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]