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