1        d    -- Delete command
2
3               default range           syntax
4                         .,.           d
5
6        "d"  is  used  to  delete  lines of text from the buffer.  The
7        lines in the range specified  by  the  line  number  list  are
8        deleted.   The  positioning  of the current line pointer after
9        execution of the "d" command is controlled by the "d"  option;
10        see  "hod".   The  normal  behavior  is to make the first line
11        AFTER the lines deleted the new current line.
12
13        To return to the command directory, type "hcomdir."
14        See also "hod".
15