Changeset 4be3c76


Ignore:
Timestamp:
May 24, 2010, 8:22:54 PM (14 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
release-1.6
Children:
d699541
Parents:
8a3768b
git-author:
Leonid Grinberg <leonidg@mit.edu> (05/08/10 21:24:48)
git-committer:
Nelson Elhage <nelhage@mit.edu> (05/24/10 20:22:54)
Message:
Fix small :help bugs for bindkey and unbindkey
File:
1 edited

Legend:

Unmodified
Added
Removed
  • commands.c

    r8a3768b r4be3c76  
    9292              "Use 'show keymaps' to see the existing keymaps.\n"
    9393              "Key sequences may be things like M-C-t or NPAGE.\n\n"
    94               "Ex.: bindkey recv C-b command zwrite -c barnowl"
    95               "SEE ALSO: bindkey"),
     94              "Ex.: bindkey recv C-b command zwrite -c barnowl\n\n"
     95              "SEE ALSO: unbindkey"),
    9696
    9797  OWLCMD_ARGS("unbindkey", owl_command_unbindkey, OWL_CTX_ANY,
     
    100100              "Removes a binding of a key sequence within a keymap.\n"
    101101              "Use 'show keymaps' to see the existing keymaps.\n"
    102               "Ex.: unbindkey recv H"
     102              "Ex.: unbindkey recv H\n\n"
    103103              "SEE ALSO: bindkey"),
    104104
Note: See TracChangeset for help on using the changeset viewer.