From: Basil L. Contovounesios Date: Thu, 4 Apr 2024 19:48:22 +0000 (+0200) Subject: ; Fix indentation in last change to windows.texi. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f453dae6f94f168d54a6540e95ecc052c7e6947d;p=emacs.git ; Fix indentation in last change to windows.texi. (cherry picked from commit 64e1cfb98cbad24fbc72502f6529725cbe202101) --- 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