bug#81512: [PATCH] Add command `outline-occur'
Roi Martin <[email protected]> Fri, 31 Jul 2026 11:36:05 +0200
| Newsgroups | gmane.emacs.bugs |
|---|---|
| Message-ID | <[email protected]> |
martin rudalics <[email protected]> writes: > >> - and we consequently should name it differently. > > > > Maybe by naming it as internal: display-buffer--alist? > > Or if it's too confusing, then maybe display-buffer-internal-alist? > > But we want to advertise it in the manual and we usually don't do that > for internal variables. What about `display-buffer-program-alist'? I think it makes it clear that it is intended to be used from Elisp code. Roi