aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorStefan Monnier2025-02-05 20:21:03 -0500
committerStefan Monnier2025-02-05 20:21:03 -0500
commit1f4a26df862917c956e79fc2ca111caebf895623 (patch)
tree1992020c1b0a7c68fd3d9f0f0cab343b1cc67c09 /doc
parentd10acd16c90afe9fc8534fcd174397b7c403eda9 (diff)
parent5c36b4126533764bb8b90413f274d766e1a6f0d6 (diff)
downloademacs-1f4a26df862917c956e79fc2ca111caebf895623.tar.gz
emacs-1f4a26df862917c956e79fc2ca111caebf895623.zip
Merge remote-tracking branch 'origin/emacs-30'
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/frames.texi7
-rw-r--r--doc/misc/org.org2
2 files changed, 7 insertions, 2 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index e30d1c99820..bc2d6b07ae8 100644
--- a/doc/lispref/frames.texi
+++ b/doc/lispref/frames.texi
@@ -427,7 +427,12 @@ Name of the physical monitor as @var{string}.
427 427
428@item source 428@item source
429Source of the multi-monitor information as @var{string}; 429Source of the multi-monitor information as @var{string};
430e.g., @samp{XRandR 1.5}, @samp{XRandr} or @samp{Xinerama}. 430on X, it could be @samp{XRandR 1.5}, @samp{XRandr}, @samp{Xinerama},
431@samp{Gdk}, or @samp{fallback}. The last value of @samp{source} means
432that Emacs was built without GTK and without XRandR or Xinerama
433extensions, in which case the information about multiple physical
434monitors will be provided as if they all as a whole formed a single
435monitor.
431@end table 436@end table
432 437
433@var{x}, @var{y}, @var{width}, and @var{height} are integers. 438@var{x}, @var{y}, @var{width}, and @var{height} are integers.
diff --git a/doc/misc/org.org b/doc/misc/org.org
index 363a95fa65c..26cb46cf13c 100644
--- a/doc/misc/org.org
+++ b/doc/misc/org.org
@@ -3403,7 +3403,7 @@ options:
3403 3403
3404| Link Type | Example | 3404| Link Type | Example |
3405|------------+--------------------------------------------------------------------| 3405|------------+--------------------------------------------------------------------|
3406| http | =https://staff.science.uva.nl/c.dominik/= | 3406| http | =http://orgmode.org/= |
3407| https | =https://orgmode.org/= | 3407| https | =https://orgmode.org/= |
3408| doi | =doi:10.1000/182= | 3408| doi | =doi:10.1000/182= |
3409| file | =file:/home/dominik/images/jupiter.jpg= | 3409| file | =file:/home/dominik/images/jupiter.jpg= |