# HG changeset patch # User Eli Zaretskii # Date 1019218663 0 # Node ID 7248f6ca013da1363e073a8e549c6962a2471323 # Parent 7a20e252e50a20ea860a8a6fe6afea7de97b0172 (MS-DOS Display): `bar' and `hbar' cursors are identical on MS-DOS. diff -r 7a20e252e50a -r 7248f6ca013d man/msdog.texi --- a/man/msdog.texi Fri Apr 19 12:13:47 2002 +0000 +++ b/man/msdog.texi Fri Apr 19 12:17:43 2002 +0000 @@ -172,9 +172,10 @@ @code{default-frame-alist} (@pxref{Creating Frames}). The MS-DOS terminal doesn't support a vertical-bar cursor, so the bar cursor is horizontal, and the @code{@var{width}} parameter, if specified by the -frame parameters, actually determines its height. As an extension, -the bar cursor specification can include the starting scan line of the -cursor as well as its width, like this: +frame parameters, actually determines its height. For this reason, +the @code{bar} and @code{hbar} cursor types produce the same effect on +MS-DOS. As an extension, the bar cursor specification can include the +starting scan line of the cursor as well as its width, like this: @example '(cursor-type bar @var{width} . @var{start})