about summary refs log tree commit diff stats
path: root/lynx_help/keystrokes
diff options
context:
space:
mode:
Diffstat (limited to 'lynx_help/keystrokes')
-rw-r--r--lynx_help/keystrokes/alt_edit_help.html6
-rw-r--r--lynx_help/keystrokes/edit_help.html6
-rw-r--r--lynx_help/keystrokes/option_help.html15
3 files changed, 16 insertions, 11 deletions
diff --git a/lynx_help/keystrokes/alt_edit_help.html b/lynx_help/keystrokes/alt_edit_help.html
index 2090145a..bd79c6e8 100644
--- a/lynx_help/keystrokes/alt_edit_help.html
+++ b/lynx_help/keystrokes/alt_edit_help.html
@@ -41,14 +41,14 @@ the '.lynxrc' file.
      UPPER  Upper case the line   -  Ctrl-^
      LOWER  Lower case the line   -  Ctrl-_
 
-     LKCMD  Invoke cmd prompt     -  Ctrl-V (in form input fields, only) [2] 
+     LKCMD  Invoke cmd prompt     -  Ctrl-V (in form text fields, only) [2]
 
 [1] "next" means the character "under" a box or underline style cursor; it
      means "to the immediate right of" an I-beam (between characters) type
      cursor.
 
-[2]  Follow Ctrl-V with the key "e" bound to the EDIT function, 
-     to edit the form's textarea field using an external editor. 
+[2]  Follow Ctrl-V with the key "e" bound to the EDIT function,
+     to edit the form's textarea field using an external editor.
 </pre>
 </body>
 </html>
diff --git a/lynx_help/keystrokes/edit_help.html b/lynx_help/keystrokes/edit_help.html
index a72e5a99..92008a63 100644
--- a/lynx_help/keystrokes/edit_help.html
+++ b/lynx_help/keystrokes/edit_help.html
@@ -43,15 +43,15 @@ is the <A HREF="alt_edit_help.html">Alternate Bindings</A> keymap.
      UPPER  Upper case the line   -  Ctrl-T
      LOWER  Lower case the line   -  Ctrl-K
 
-     LKCMD  Invoke cmd prompt     -  Ctrl-V (in form input fields, only) [2] 
+     LKCMD  Invoke cmd prompt     -  Ctrl-V (in form text fields, only) [2]
      SWMAP  Switch input keymap   -  Ctrl-^
 
 [1] "next" means the character "under" a box or underline style cursor; it
      means "to the immediate right of" an I-beam (between characters) type
      cursor.
 
-[2]  Follow Ctrl-V with the key "e" bound to the EDIT function, 
-     to edit the form's textarea field using an external editor. 
+[2]  Follow Ctrl-V with the key "e" bound to the EDIT function,
+     to edit the form's textarea field using an external editor.
 </pre>
 </body>
 </html>
diff --git a/lynx_help/keystrokes/option_help.html b/lynx_help/keystrokes/option_help.html
index 6d9ae0f6..27ce6bb5 100644
--- a/lynx_help/keystrokes/option_help.html
+++ b/lynx_help/keystrokes/option_help.html
@@ -55,12 +55,16 @@ compiled in or chosen in `lynx.cfg':<P>
 <H1><A NAME="CK">Cookies</A></H1>
 
 This can be set to accept or reject all cookies or to ask each time.
-See the Users Guide (under `h'elp) for details of cookie usage.
+See the Users Guide for details of <A HREF="../Lynx_users_guide.html#Cookies" 
+>cookie usage</A>. 
 
 <H1><A NAME="ED">Editor</A></H1>
 
-If non-empty, it defines the editor to spawn when editing a local file
-or sending mail.  Any valid text editor may be entered here.
+This is the editor to be invoked when editing browsable files, 
+sending mail or comments, or filling form's textarea (multiline input field). 
+The full pathname of the editor command should be specified when possible. 
+It is assumed the text editor supports the same character set 
+you have for "display character set" in Lynx. 
 
 <H1><A NAME="EM">Emacs keys</A></H1>
 
@@ -286,8 +290,9 @@ and windows-xxxx within native MS-Windows applications.
 
 <H1><A NAME="DV">X DISPLAY variable</A></H1>
 
-If non-empty, it specifies your <A HREF="xterm_help.html">X terminal</A>
-display address.
+This option is only relevant to X Window users. It specifies 
+the DISPLAY (Unix) or DECW$DISPLAY (VMS) variable.  It is picked up 
+automatically from the environment if it has been previously set. 
 
 <H1><A NAME="MB">Multi-bookmarks</A></H1>
 
ref='#n285'>285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571