diff options
| author | Glenn Morris | 2018-11-04 09:37:03 -0800 |
|---|---|---|
| committer | Glenn Morris | 2018-11-04 09:37:03 -0800 |
| commit | 410e65e4ce6f871fd1b8a2ef4b227cbeeb17c1dd (patch) | |
| tree | 7b7272b5ddfc5b51992b590e1ec63136a3f20381 /doc/lispref/frames.texi | |
| parent | 4fbdccedd58ffe4cd5f7ed7b744123cc25084bc4 (diff) | |
| parent | 6937c35d3260fe3fc32249313c7e9b6231cbd3dd (diff) | |
| download | emacs-410e65e4ce6f871fd1b8a2ef4b227cbeeb17c1dd.tar.gz emacs-410e65e4ce6f871fd1b8a2ef4b227cbeeb17c1dd.zip | |
Merge from origin/emacs-26
6937c35 (origin/emacs-26) Improve recent changes in documentation of ...
c04b48c Rewrite documentation of buffer display
7cadb32 ; * doc/lispref/control.texi (pcase Macro): Fix another typo.
963f1d9 ; * doc/lispref/control.texi (pcase Macro): Fix a typo.
e824c91 Improve documentation of destructuring-binding macros
Diffstat (limited to 'doc/lispref/frames.texi')
| -rw-r--r-- | doc/lispref/frames.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index ba4b9313731..ad5d0fc6015 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi | |||
| @@ -3261,11 +3261,11 @@ and should be preferred when specifying a non-@code{nil} | |||
| 3261 | @code{drag-with-mode-line} parameter. | 3261 | @code{drag-with-mode-line} parameter. |
| 3262 | 3262 | ||
| 3263 | When a child frame is used for displaying a buffer via | 3263 | When a child frame is used for displaying a buffer via |
| 3264 | @code{display-buffer-in-child-frame} (@pxref{Display Action Functions}), | 3264 | @code{display-buffer-in-child-frame} (@pxref{Buffer Display Action |
| 3265 | the frame's @code{auto-hide-function} parameter (@pxref{Frame | 3265 | Functions}), the frame's @code{auto-hide-function} parameter |
| 3266 | Interaction Parameters}) can be set to a function, in order to | 3266 | (@pxref{Frame Interaction Parameters}) can be set to a function, in |
| 3267 | appropriately deal with the frame when the window displaying the buffer | 3267 | order to appropriately deal with the frame when the window displaying |
| 3268 | shall be quit. | 3268 | the buffer shall be quit. |
| 3269 | 3269 | ||
| 3270 | When a child frame is used during minibuffer interaction, for example, | 3270 | When a child frame is used during minibuffer interaction, for example, |
| 3271 | to display completions in a separate window, the @code{minibuffer-exit} | 3271 | to display completions in a separate window, the @code{minibuffer-exit} |