diff options
author | Basil L. Contovounesios <contovob@tcd.ie> | 2023-04-09 19:08:06 +0100 |
---|---|---|
committer | Basil L. Contovounesios <contovob@tcd.ie> | 2023-04-09 19:08:06 +0100 |
commit | d6af1f14982db408c92f5c879b28e8be71e85054 (patch) | |
tree | 471f222d3e58f126be29624545052087f84a5cc4 /doc/lispref/windows.texi | |
parent | 57490fff6ecf3cc1de7d8d833d1b6c895330b762 (diff) | |
download | emacs-d6af1f14982db408c92f5c879b28e8be71e85054.tar.gz |
; doc/lispref/windows.texi: Fix @pxref paren.
Diffstat (limited to 'doc/lispref/windows.texi')
-rw-r--r-- | doc/lispref/windows.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index 01ac6fb901a..0196ed0e813 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi @@ -3216,7 +3216,7 @@ any window it creates as dedicated to its buffer (@pxref{Dedicated Windows}). It does that by calling @code{set-window-dedicated-p} with the chosen window as first argument and the entry's value as second. Side windows are by default dedicated with the value @code{side} -((@pxref{Side Window Options and Functions}). +(@pxref{Side Window Options and Functions}). @vindex preserve-size@r{, a buffer display action alist entry} @item preserve-size |