diff options
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 e946a408fd6..37884faec7e 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi @@ -2624,7 +2624,7 @@ default value is an empty display action, i.e., @w{@code{(nil . nil)}}. The value of this option is an alist mapping conditions to display actions. Each condition is passed to @code{buffer-match-p}, along with the buffer name and the @var{action} argument passed to -@code{display-buffer}. If it returns a non-nil value, then +@code{display-buffer}. If it returns a non-@code{nil} value, then @code{display-buffer} uses the corresponding display action to display the buffer. @end defopt |