Re: New package `outline-occur'

Karthik Chikmagalur <[email protected]> Wed, 05 Aug 2026 16:09:58 -0700
Newsgroups gmane.emacs.devel
Message-ID <[email protected]>
> 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.

Thanks, looks like I missed it.

Karthik