summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>2003-01-13 23:19:37 +0000
committerMichael Jennings <mej@kainx.org>2003-01-13 23:19:37 +0000
commit9f7ddb591fcfecfe991c47878182f190c0cb170e (patch)
tree93512ef8809054fd79c4e85a5a924ccd2626f136 /doc
parent45cc00b37f56395770f6481e2a9caf66aba48f83 (diff)
downloadeterm-9f7ddb591fcfecfe991c47878182f190c0cb170e.tar.gz
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
Diffstat (limited to 'doc')
-rw-r--r--doc/Eterm.1.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/Eterm.1.in b/doc/Eterm.1.in
index daf9240..edb5225 100644
--- a/doc/Eterm.1.in
+++ b/doc/Eterm.1.in
@@ -1642,9 +1642,9 @@ first and last names, or the @ sign in an e-mail address, etc.
.BI select_line " boolean"
.RS 5
-If true, this attribute causes a triple-click to select from the current
-word to the end of the line. If off, a triple click selects the entire
-line from beginning to end.
+If true, this attribute causes a triple click to select the entire
+line from beginning to end. If false (default), a triple-click
+selects from the current word to the end of the line.
.RE
.BI select_trailing_spaces " boolean"