projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98eb6d7
)
; * doc/emacs/windows.texi: Doc fix.
author
Pedro Mauro
<pedro.j.garcia@despegar.com>
Tue, 19 Oct 2021 03:14:07 +0000
(
05:14
+0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Tue, 19 Oct 2021 03:14:15 +0000
(
05:14
+0200)
* doc/emacs/windows.texi (Window Choice): Make example a valid
alist (bug#51274).
doc/emacs/windows.texi
patch
|
blob
|
history
diff --git
a/doc/emacs/windows.texi
b/doc/emacs/windows.texi
index facbc7f3ed802091814078d97f0ab7f144d0c0e0..8cb88a209540f9b1019580142c3c415a0ac93c4b 100644
(file)
--- 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