[BACK]Return to mg.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / mg

Diff for /src/usr.bin/mg/mg.1 between version 1.102 and 1.103

version 1.102, 2016/03/16 18:27:00 version 1.103, 2016/03/17 21:56:12
Line 375 
Line 375 
 function to execute when a file matching the specified pattern  function to execute when a file matching the specified pattern
 is read into a buffer.  is read into a buffer.
 .It auto-fill-mode  .It auto-fill-mode
 Toggle auto-fill mode (sometimes called mail-mode),  Toggle auto-fill mode (sometimes called mail-mode) in the current buffer,
 where text inserted past the fill column is automatically wrapped  where text inserted past the fill column is automatically wrapped
 to a new line.  to a new line.
   Can be set globally with set-default-mode.
 .It auto-indent-mode  .It auto-indent-mode
 Toggle indent mode, where indentation is preserved after a newline.  Toggle indent mode in the current buffer,
   where indentation is preserved after a newline.
   Can be set globally with set-default-mode.
 .It back-to-indentation  .It back-to-indentation
 Move the dot to the first non-whitespace character on the current line.  Move the dot to the first non-whitespace character on the current line.
 .It backup-to-home-directory  .It backup-to-home-directory
Line 717 
Line 720 
 There are no real errors, although the command does nothing if  There are no real errors, although the command does nothing if
 there is only 1 window on the screen.  there is only 1 window on the screen.
 .It overwrite-mode  .It overwrite-mode
 Toggle overwrite mode, where typing in a buffer overwrites  Toggle overwrite mode in the current buffer,
 existing characters rather than inserting them.  where typing overwrites existing characters rather than inserting them.
   Can be set globally with set-default-mode.
 .It prefix-region  .It prefix-region
 Inserts a prefix string before each line of a region.  Inserts a prefix string before each line of a region.
 The prefix string is settable by using 'set-prefix-string'.  The prefix string is settable by using 'set-prefix-string'.

Legend:
Removed from v.1.102  
changed lines
  Added in v.1.103