Changeset 40de7394


Ignore:
Timestamp:
Jul 24, 2011, 6:57:17 PM (13 years ago)
Author:
Jason Gross <jgross@mit.edu>
Branches:
master, release-1.10, release-1.9
Children:
30428a9
Parents:
7abfcf2
git-author:
Jason Gross <jgross@mit.edu> (07/24/11 10:33:08)
git-committer:
Jason Gross <jgross@mit.edu> (07/24/11 18:57:17)
Message:
Fix the description of disable-ctrl-d

It was backwards.  Now it's not.

Reported By: William Throwe <wthrowe@mit.edu>
File:
1 edited

Legend:

Unmodified
Added
Removed
  • variable.c

    r6f7d4f6 r40de7394  
    166166  OWLVAR_ENUM_FULL( "disable-ctrl-d" /* %OwlVarStub:lockout_ctrld */, 1,
    167167                    "don't send zephyrs on C-d",
    168                     "If set to 'off', C-d won't send a zephyr from the edit\n"
    169                     "window.  If set to 'on', C-d will always send a zephyr\n"
     168                    "If set to 'on', C-d won't send a zephyr from the edit\n"
     169                    "window.  If set to 'off', C-d will always send a zephyr\n"
    170170                    "being composed in the edit window.  If set to 'middle',\n"
    171171                    "C-d will only ever send a zephyr if the cursor is at\n"
Note: See TracChangeset for help on using the changeset viewer.