emacs-31 30fc250a262: ; * doc/lispref/frames.texi (Deleting Frames): Fix typo in last commit.
Martin Rudalics via Mailing list for Emacs changes <[email protected]>
| Newsgroups | gmane.emacs.diffs |
|---|---|
| Message-ID | <[email protected]> |
branch: emacs-31 commit 30fc250a262738d81719570280db1b41557b1600 Author: Martin Rudalics <[email protected]> Commit: Martin Rudalics <[email protected]> ; * doc/lispref/frames.texi (Deleting Frames): Fix typo in last commit. --- doc/lispref/frames.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index 571f38ed95c..6fe545ef580 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi @@ -3001,7 +3001,7 @@ should try to select the most recently used frame as returned by @code{get-mru-frame} (@pxref{Input Focus}) on the same terminal. The value @code{nil} means that @code{delete-frame} will try to select the oldest visible frame on the same terminal as the deleted one. -@end defvar +@end defopt @node Finding All Frames