diff options
author | sabetts <sabetts> | 2004-10-05 16:44:59 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2004-10-05 16:44:59 +0000 |
commit | 8f0dffe4a8bb53d865ede0f0050298ef9b12d332 (patch) | |
tree | a41242b7412367ba8b2d8e51beb751c23edc31db /doc/ratpoison.texi | |
parent | 6b74028d8783beebd7e9532033608ce48f4f44fe (diff) | |
download | ratpoison-8f0dffe4a8bb53d865ede0f0050298ef9b12d332.zip |
doc patch
Diffstat (limited to 'doc/ratpoison.texi')
-rw-r--r-- | doc/ratpoison.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ratpoison.texi b/doc/ratpoison.texi index c9e070e..6e6d37f 100644 --- a/doc/ratpoison.texi +++ b/doc/ratpoison.texi @@ -860,7 +860,7 @@ key to bind and the command to run. For example, to bind @kbd{C-t R} to restart ratpoison: @example -: bind R restart +bind R restart @end example If no command is specified then bind works exactly like @command{unbind}, @@ -1210,7 +1210,7 @@ instance, if you frequently open emacs you may want to make an alias called @samp{emacs} that loads emacs. You would do it like this: @example -: alias emacs exec emacs +alias emacs exec emacs @end example An alias is treated exactly like a colon command in that you can call |