diff options
| author | Stefan Monnier | 2025-02-05 20:21:03 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2025-02-05 20:21:03 -0500 |
| commit | 1f4a26df862917c956e79fc2ca111caebf895623 (patch) | |
| tree | 1992020c1b0a7c68fd3d9f0f0cab343b1cc67c09 /doc | |
| parent | d10acd16c90afe9fc8534fcd174397b7c403eda9 (diff) | |
| parent | 5c36b4126533764bb8b90413f274d766e1a6f0d6 (diff) | |
| download | emacs-1f4a26df862917c956e79fc2ca111caebf895623.tar.gz emacs-1f4a26df862917c956e79fc2ca111caebf895623.zip | |
Merge remote-tracking branch 'origin/emacs-30'
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/frames.texi | 7 | ||||
| -rw-r--r-- | doc/misc/org.org | 2 |
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 |
| 429 | Source of the multi-monitor information as @var{string}; | 429 | Source of the multi-monitor information as @var{string}; |
| 430 | e.g., @samp{XRandR 1.5}, @samp{XRandr} or @samp{Xinerama}. | 430 | on 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 | ||
| 432 | that Emacs was built without GTK and without XRandR or Xinerama | ||
| 433 | extensions, in which case the information about multiple physical | ||
| 434 | monitors will be provided as if they all as a whole formed a single | ||
| 435 | monitor. | ||
| 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= | |