emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 c1cf95a: ; * doc/emacs/windows.texi: Doc fix.


From: Lars Ingebrigtsen
Subject: emacs-28 c1cf95a: ; * doc/emacs/windows.texi: Doc fix.
Date: Mon, 18 Oct 2021 23:14:21 -0400 (EDT)

branch: emacs-28
commit c1cf95a0e1b9104aa4bea022b98371fdf36e5467
Author: Pedro Mauro <pedro.j.garcia@despegar.com>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    ; * doc/emacs/windows.texi: Doc fix.
    
    * doc/emacs/windows.texi (Window Choice): Make example a valid
    alist (bug#51274).
---
 doc/emacs/windows.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/emacs/windows.texi b/doc/emacs/windows.texi
index facbc7f..8cb88a2 100644
--- a/doc/emacs/windows.texi
+++ b/doc/emacs/windows.texi
@@ -444,7 +444,7 @@ selected window write:
 @group
 (customize-set-variable
  'display-buffer-alist
- '("\\*scratch\\*" (display-buffer-same-window)))
+ '(("\\*scratch\\*" (display-buffer-same-window))))
 @end group
 @end example
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]