diff options
author | Gerd Moellmann <gerd@gnu.org> | 1999-10-27 09:26:40 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 1999-10-27 09:26:40 +0000 |
commit | 513331d3298cfc76f75996effbe738308eed4f6f (patch) | |
tree | 307eb03546b7712c434c86dd60bff4471428e0b6 /lispref/windows.texi | |
parent | 04c1025b883c8ddcfac3ada649641a56f08aae95 (diff) | |
download | emacs-513331d3298cfc76f75996effbe738308eed4f6f.tar.gz |
Patch from rms.
Diffstat (limited to 'lispref/windows.texi')
-rw-r--r-- | lispref/windows.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/windows.texi b/lispref/windows.texi index c583df2887c..eedc030d26e 100644 --- a/lispref/windows.texi +++ b/lispref/windows.texi @@ -272,7 +272,7 @@ You could define a simplified version of the function like this: (defun split-window-horizontally (&optional arg) "Split selected window into two windows, side by side..." (interactive "P") -@endgroup +@end group @group (let ((size (and arg (prefix-numeric-value arg)))) (and size (< size 0) |