aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorStefan Kangas2025-01-23 03:13:01 +0100
committerStefan Kangas2025-01-23 03:14:37 +0100
commitcda78edc7d9194181bcda1790f29cb7cf3ceb0b9 (patch)
tree389233e91d4734810d553bc48c57d9d107afe2a9 /doc
parentce50a1d3c18bcf0e5f51f4ed49f292f7be31010d (diff)
downloademacs-cda78edc7d9194181bcda1790f29cb7cf3ceb0b9.tar.gz
emacs-cda78edc7d9194181bcda1790f29cb7cf3ceb0b9.zip
; Fix typos
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/frames.texi2
-rw-r--r--doc/lispref/internals.texi2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index 23d770ce450..53cc73a1650 100644
--- a/doc/lispref/frames.texi
+++ b/doc/lispref/frames.texi
@@ -4712,7 +4712,7 @@ and secondary selections by saving the value supplied into a variable
4712subsequent calls to @code{gui-get-selection} return. 4712subsequent calls to @code{gui-get-selection} return.
4713 4713
4714 From the clipboard, @code{gui-get-selection} is capable of returning 4714 From the clipboard, @code{gui-get-selection} is capable of returning
4715UTF-8 string data of the type @code{STRING}, the @code{TAREGTS} data 4715UTF-8 string data of the type @code{STRING}, the @code{TARGETS} data
4716type, or image and application data of any MIME type. 4716type, or image and application data of any MIME type.
4717@code{gui-set-selection} sets only string data, much as under 4717@code{gui-set-selection} sets only string data, much as under
4718MS-Windows, although this data is not affected by the value of 4718MS-Windows, although this data is not affected by the value of
diff --git a/doc/lispref/internals.texi b/doc/lispref/internals.texi
index f598d96c625..cc82a03db98 100644
--- a/doc/lispref/internals.texi
+++ b/doc/lispref/internals.texi
@@ -2745,7 +2745,7 @@ The window-relative vertical position of the line containing
2745@item window_end_valid 2745@item window_end_valid
2746This field is set to a non-zero value if @code{window_end_pos} and 2746This field is set to a non-zero value if @code{window_end_pos} and
2747@code{window_end_vpos} are truly valid. This is zero if nontrivial 2747@code{window_end_vpos} are truly valid. This is zero if nontrivial
2748redisplay is pre-empted, since in that case the display that 2748redisplay is preempted, since in that case the display that
2749@code{window_end_pos} was computed for did not get onto the screen. 2749@code{window_end_pos} was computed for did not get onto the screen.
2750 2750
2751@item cursor 2751@item cursor