Changeset 4d9e4254
- Timestamp:
- May 3, 2010, 9:09:18 PM (15 years ago)
- Branches:
- master, release-1.10, release-1.7, release-1.8, release-1.9
- Children:
- 9d7a720
- Parents:
- a4bbd80
- git-author:
- Nelson Elhage <nelhage@mit.edu> (05/01/10 11:58:15)
- git-committer:
- Nelson Elhage <nelhage@mit.edu> (05/03/10 21:09:18)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
variable.c
ra4bbd80 r4d9e4254 280 280 281 281 OWLVAR_INT( "edit:maxfillcols" /* %OwlVarStub:edit_maxfillcols */, 70, 282 "maximum number of columns for M-q to fill text to", 283 "This specifies the maximum number of columns for M-q\n" 284 "to fill text to. If set to 0, ther will be no maximum\n" 285 "limit. In all cases, the current width of the screen\n" 286 "will also be taken into account. It will be used instead\n" 287 "if it is narrower than the maximum, or if this\n" 288 "is set to 0.\n" ), 282 "maximum number of columns for M-q (edit:fill-paragraph) to fill text to", 283 "This specifies the maximum number of columns for M-q to fill text\n" 284 "to. If set to 0, M-q will wrap to the width of the window, and\n" 285 "values less than 0 disable M-q entirely.\n"), 289 286 290 287 OWLVAR_INT( "edit:maxwrapcols" /* %OwlVarStub:edit_maxwrapcols */, 70, 291 288 "maximum number of columns for line-wrapping", 292 "This specifies the maximum number of columns for\n" 293 "auto-line-wrapping. If set to 0, ther will be no maximum\n" 294 "limit. In all cases, the current width of the screen\n" 295 "will also be taken into account. It will be used instead\n" 296 "if it is narrower than the maximum, or if this\n" 297 "is set to 0.\n\n" 298 "It is recommended that outgoing messages be no wider\n" 299 "than 70 columns, as a courtesy to recipients.\n"), 289 "This specifies the maximum number of columns for\n" 290 "auto-line-wrapping. If set to 0, text will be wrapped at the\n" 291 "window width. Values less than 0 disable automatic wrapping.\n" 292 "\n" 293 "As a courtesy to recipients, it is recommended that outgoing\n" 294 "Zephyr messages be no wider than 70 columns.\n"), 300 295 301 296 OWLVAR_INT( "aim_ignorelogin_timer" /* %OwlVarStub */, 15,
Note: See TracChangeset
for help on using the changeset viewer.