]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix indentation in last change to windows.texi.
authorBasil L. Contovounesios <basil@contovou.net>
Thu, 4 Apr 2024 19:48:22 +0000 (21:48 +0200)
committerEshel Yaron <me@eshelyaron.com>
Fri, 5 Apr 2024 12:12:47 +0000 (14:12 +0200)
(cherry picked from commit 64e1cfb98cbad24fbc72502f6529725cbe202101)

doc/lispref/windows.texi

index d3d6b854461c946aee7cdd0f3b4278edfcbf9dd3..b2c1b79780df45090910cb3d5de5de33025f0ecc 100644 (file)
@@ -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