aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPo Lu2023-11-25 12:52:09 +0800
committerPo Lu2023-11-25 12:52:09 +0800
commitb4be1027a73cf4c79e272e599bb2a08ce8095df5 (patch)
tree7f736ab046c79dad2abd63eb67d8bea473218793
parent207ee7f9880c72920d4b323d7d6ed16544ba948b (diff)
downloademacs-b4be1027a73cf4c79e272e599bb2a08ce8095df5.tar.gz
emacs-b4be1027a73cf4c79e272e599bb2a08ce8095df5.zip
; Correct typos
* doc/lispref/frames.texi (Window System Selections): Correct documentation typos.
-rw-r--r--doc/lispref/frames.texi4
1 files 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
4014selection}. @xref{Cut and Paste,, Cut and Paste, emacs, The GNU Emacs 4014selection}. @xref{Cut and Paste,, Cut and Paste, emacs, The GNU Emacs
4015Manual}, for Emacs commands that make use of these selections. This 4015Manual}, for Emacs commands that make use of these selections. This
4016section documents the low-level functions for reading and setting 4016section documents the low-level functions for reading and setting
4017window-system selections; @xref{Accessing Selections} for 4017window-system selections; @xref{Accessing Selections}, for
4018documentation concerning selection types and data formats under 4018documentation concerning selection types and data formats under
4019particular window systems. 4019particular window systems.
4020 4020
@@ -4052,7 +4052,7 @@ programs. It takes two optional arguments, @var{type} and
4052 4052
4053The @var{data-type} argument specifies the form of data conversion to 4053The @var{data-type} argument specifies the form of data conversion to
4054use, to convert the raw data obtained from another program into Lisp 4054use, to convert the raw data obtained from another program into Lisp
4055data. @xref{X Selections} for an enumeration of data types valid 4055data. @xref{X Selections}, for an enumeration of data types valid
4056under X, and @xref{Other Selections} for those elsewhere. 4056under X, and @xref{Other Selections} for those elsewhere.
4057@end defun 4057@end defun
4058 4058