diff options
| author | Glenn Morris | 2020-06-17 08:47:53 -0700 |
|---|---|---|
| committer | Glenn Morris | 2020-06-17 08:47:53 -0700 |
| commit | 21b03faed44913ba0b0e3d54d2ffdb0ac067fae8 (patch) | |
| tree | 305caea08574a7d747e692e1ed1c023606502671 /doc/lispref/frames.texi | |
| parent | 9682aa2f2493c89af1894ad2d52543d57f4958a5 (diff) | |
| parent | 229995ba2cd9f6d0a749a38c106cbfbfd04119a8 (diff) | |
| download | emacs-21b03faed44913ba0b0e3d54d2ffdb0ac067fae8.tar.gz emacs-21b03faed44913ba0b0e3d54d2ffdb0ac067fae8.zip | |
Merge from origin/emacs-27
229995ba2c (origin/emacs-27) Fix some Texinfo markup
01e86b9fdf Fix recentf typo in Emacs manual
cd4f75bb86 Rename default function to next-error-buffer-unnavigated-c...
1dff0a8949 * lisp/image-mode.el (image-toggle-display-image): Fix fit...
a71d1787f1 * doc/misc/tramp.texi (Predefined connection information):...
079b0dc430 Delete, don't kill, dir dir fragments in icomplete-fido-ba...
6cdecc2659 Revert markup change in with-coding-priority docs
22f4fba8a9 * lisp/emulation/cua-rect.el (cua--rectangle-region-insert...
6b9eac6759 * lisp/simple.el (shell-command-on-region): Fix docstring.
43ad7dc1af Clean up D-Bus documentation (bug#41744)
c43e5ed60d * lisp/image-mode.el (image-transform-original): New comma...
6eb18a950d Move tab-bar and tab-line faces to faces.el (part of bug#4...
# Conflicts:
# etc/NEWS
# lisp/simple.el
Diffstat (limited to 'doc/lispref/frames.texi')
| -rw-r--r-- | doc/lispref/frames.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index 966f620558b..a82b585d93d 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi | |||
| @@ -2173,7 +2173,7 @@ it on an undecorated frame. | |||
| 2173 | @item override-redirect | 2173 | @item override-redirect |
| 2174 | @cindex override redirect frames | 2174 | @cindex override redirect frames |
| 2175 | If non-@code{nil}, this means that this is an @dfn{override redirect} | 2175 | If non-@code{nil}, this means that this is an @dfn{override redirect} |
| 2176 | frame---a frame not handled by window managers under X. Override | 2176 | frame---a frame not handled by window managers under X@. Override |
| 2177 | redirect frames have no window manager decorations, can be positioned | 2177 | redirect frames have no window manager decorations, can be positioned |
| 2178 | and resized only via Emacs' positioning and resizing functions and are | 2178 | and resized only via Emacs' positioning and resizing functions and are |
| 2179 | usually drawn on top of all other frames. Setting this parameter has | 2179 | usually drawn on top of all other frames. Setting this parameter has |