summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorsabetts <sabetts>2005-04-09 19:30:57 +0000
committersabetts <sabetts>2005-04-09 19:30:57 +0000
commite3a8f7b786534df114086a9755b202160a3475f0 (patch)
treef12436cddd385c3b649e2885447c432966393ab7 /doc
parent3df6eb689ece68c3ada07a4e266d2b695dbb23d7 (diff)
downloadratpoison-e3a8f7b786534df114086a9755b202160a3475f0.zip
(init_user_commands): add KEY argument to meta command.
(cmd_meta): optionally use the KEY passed in as an argument.
Diffstat (limited to 'doc')
-rw-r--r--doc/ratpoison.texi14
1 files changed, 12 insertions, 2 deletions
diff --git a/doc/ratpoison.texi b/doc/ratpoison.texi
index 074ec65..1794232 100644
--- a/doc/ratpoison.texi
+++ b/doc/ratpoison.texi
@@ -1334,8 +1334,18 @@ Display a help screen that lists all bound keystrokes.
Display ratpoison's license. By default, this is bound to @kbd{C-t V}.
@end deffn
-@deffn Command meta
-Send a @kbd{C-t} to the current window.
+@deffn Command meta @var{key}
+@var{key} is an optional argument. When @var{key} is omitted, send a
+@kbd{C-t} to the current window. Otherwise, send the key described by
+@var{key} to the current window.
+
+For example, if your @samp{Emacs} window is focused,
+
+@example
+meta M-x
+@end example
+
+Would cause emacs to prompt for an extended command.
@end deffn
@deffn Command prompt @var{prompt}