From ff92d2b5b504db82f61d5d1b7d0fcde41b81ed93 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Tue, 7 Feb 2023 17:20:18 +0100 Subject: Manual: Move @defmac to correct section --- compat.texi | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/compat.texi b/compat.texi index e4f7693..d15d865 100644 --- a/compat.texi +++ b/compat.texi @@ -2119,6 +2119,13 @@ If native compilation is not available, this function always returns @code{nil}. @end defun +@c copied from on lisp/window.el +@defmac with-window-non-dedicated window &rest body +Evaluate @var{body} with @var{window} temporarily made non-dedicated. +If @var{window} is nil, use the selected window. Return the value of +the last form in @var{body}. +@end defmac + @subsection Extended Definitions These functions must be called explicitly via @code{compat-call}, since their calling convention or behavior was extended in Emacs 28.1: @@ -2155,13 +2162,6 @@ This compatibility version handles the optional argument @var{all-frames}. @end defun -@c copied from on lisp/window.el -@defmac with-window-non-dedicated window &rest body -Evaluate @var{body} with @var{window} temporarily made non-dedicated. -If @var{window} is nil, use the selected window. Return the value of -the last form in @var{body}. -@end defmac - @subsection Missing Definitions Compat does not provide support for the following Lisp features implemented in 28.1: -- cgit v1.0