From e3a8f7b786534df114086a9755b202160a3475f0 Mon Sep 17 00:00:00 2001 From: sabetts Date: Sat, 9 Apr 2005 19:30:57 +0000 Subject: (init_user_commands): add KEY argument to meta command. (cmd_meta): optionally use the KEY passed in as an argument. --- doc/ratpoison.texi | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'doc/ratpoison.texi') 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} -- cgit v1.2.3