From f453dae6f94f168d54a6540e95ecc052c7e6947d Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Thu, 4 Apr 2024 21:48:22 +0200 Subject: [PATCH] ; Fix indentation in last change to windows.texi. (cherry picked from commit 64e1cfb98cbad24fbc72502f6529725cbe202101) --- doc/lispref/windows.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index d3d6b854461..b2c1b79780d 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi @@ -2652,7 +2652,7 @@ for example: display-buffer-alist)) (display-buffer (get-buffer-create "*my-shell*") - '(nil (category . comint))) + '(nil (category . comint))) @end group @end example -- 2.39.5