diff options
author | sabetts <sabetts> | 2005-01-15 04:16:54 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2005-01-15 04:16:54 +0000 |
commit | 8f7f08967c669769ec46876b7493bec8d228614b (patch) | |
tree | 4e070f4182379951d772757077f95c0b94bbe331 /doc/ratpoison.texi | |
parent | 4ccc6cdf0f85b397edab7e4aec9dd412ceefc99b (diff) | |
download | ratpoison-8f7f08967c669769ec46876b7493bec8d228614b.zip |
(init_defaults): turn off warp by default.
doc updates
Diffstat (limited to 'doc/ratpoison.texi')
-rw-r--r-- | doc/ratpoison.texi | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/doc/ratpoison.texi b/doc/ratpoison.texi index 2133ce4..66c1325 100644 --- a/doc/ratpoison.texi +++ b/doc/ratpoison.texi @@ -878,9 +878,6 @@ restart ratpoison: @example bind R restart @end example - -If no command is specified then bind works exactly like @command{unbind}, -unbinding the key. @end deffn @deffn Command unbind @var{key} @@ -888,9 +885,8 @@ Unbind a keystroke. @end deffn @deffn Command definekey @var{kmap} @var{key} @var{command} -@command{definekey} works exactly like @command{bind} and -@command{unbind} except that it can bind keys on any key map (not just -@samp{root}). +@command{definekey} works exactly like @command{bind} except that it +can bind keys on any key map (not just @samp{root}). @end deffn @deffn Command undefinekey @var{kmap} @var{key} |