]> git.eshelyaron.com Git - emacs.git/commit
Move documentation of this-command buffer display condition entry
authorSean Whitton <spwhitton@spwhitton.name>
Fri, 2 May 2025 04:49:35 +0000 (12:49 +0800)
committerEshel Yaron <me@eshelyaron.com>
Sat, 10 May 2025 06:55:24 +0000 (08:55 +0200)
commit444c97036ac420cde3baf55acffadbed789ae412
treeaca535ecfa6ed002673511a87b4cc0f7aeb5b4c5
parente15fc92ab239f9249eaa0769878707a47cbba104
Move documentation of this-command buffer display condition entry

* doc/lispref/buffers.texi (Buffer List): Document this-command
buffer display condition entry.
* doc/lispref/windows.texi (Choosing Window): Give an example of
using this-command buffer display condition entry in
display-buffer-alist.
(Buffer Display Action Alists):
* lisp/window.el (display-buffer): Delete documentation of
this-command buffer display condition entry from these locations
because it is not a buffer display action alist entry.
* lisp/subr.el (buffer-match-p): Update cross reference.

(cherry picked from commit d32ab06145a6055f5e39d348bddba72c3f705d75)
doc/lispref/buffers.texi
doc/lispref/windows.texi
lisp/subr.el
lisp/window.el