Re: New package `outline-occur'
Roi Martin <[email protected]> Thu, 06 Aug 2026 00:51:49 +0200
| Newsgroups | gmane.emacs.devel |
|---|---|
| Message-ID | <[email protected]> |
Karthik Chikmagalur <[email protected]> writes: > In the Elisp manual in Emacs 30.2 (info "(elisp) Choosing Window"), this > list reads > > • The variable ‘display-buffer-overriding-action’. > > • The user option ‘display-buffer-alist’. > > • The ACTION argument. > > • The user option ‘display-buffer-base-action’. > > • The constant ‘display-buffer-fallback-action’. > > It doesn't look like the manual was updated in > https://cgit.git.savannah.gnu.org/cgit/emacs.git/commit/?id=8a88f3ed5aeece4a7c8edbebc83ed52479fbbfab The nodes `(elisp) Choosing Window' and `(elisp) Precedence of Action Functions' of the manual were updated in that patch, which includes that list: $ git diff '8a88f3ed5aeece4a7c8edbebc83ed52479fbbfab^!' -- doc/lispref/windows.texi diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index ddc8524ddb6b..aed1eeca5da1 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi @@ -3119,6 +3119,9 @@ Choosing Window @item The user option @code{display-buffer-alist}. +@item +The variable @code{display-buffer-default-alist}. + @item The @var{action} argument. ... Roi