diff lispref/windows.texi @ 26211:df0efa93750b

Patch from rms.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 27 Oct 1999 09:26:40 +0000
parents fc4fefae9970
children a4392300f4f5
line wrap: on
line diff
--- a/lispref/windows.texi	Wed Oct 27 09:08:15 1999 +0000
+++ b/lispref/windows.texi	Wed Oct 27 09:26:40 1999 +0000
@@ -272,7 +272,7 @@
 (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)