Mon Jan 13 18:17:43 2003 Michael Jennings (mej)

Fixed an error in the "select_line" description in the man page
spotted by Yasufumi Haga <yasufumi.haga@nifty.com>.


SVN revision: 6581
This commit is contained in:
Michael Jennings 2003-01-13 23:19:37 +00:00
parent 45cc00b37f
commit 9f7ddb591f
2 changed files with 8 additions and 3 deletions

View File

@ -4960,3 +4960,8 @@ Wed Jan 8 01:16:29 2003 Michael Jennings (mej)
Fixed a bug with non-bordered icons being rendered at 0 size. Fixed a bug with non-bordered icons being rendered at 0 size.
---------------------------------------------------------------------- ----------------------------------------------------------------------
Mon Jan 13 18:17:43 2003 Michael Jennings (mej)
Fixed an error in the "select_line" description in the man page
spotted by Yasufumi Haga <yasufumi.haga@nifty.com>.
----------------------------------------------------------------------

View File

@ -1642,9 +1642,9 @@ first and last names, or the @ sign in an e-mail address, etc.
.BI select_line " boolean" .BI select_line " boolean"
.RS 5 .RS 5
If true, this attribute causes a triple-click to select from the current If true, this attribute causes a triple click to select the entire
word to the end of the line. If off, a triple click selects the entire line from beginning to end. If false (default), a triple-click
line from beginning to end. selects from the current word to the end of the line.
.RE .RE
.BI select_trailing_spaces " boolean" .BI select_trailing_spaces " boolean"