summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJérémie Courrèges-Anglas <jca@wxcvbn.org>2015-02-05 13:27:54 +0100
committerJérémie Courrèges-Anglas <jca@wxcvbn.org>2015-02-05 13:27:54 +0100
commit11b0a9cf3d22c800dc16767305533c83e0cafca7 (patch)
tree3bde56d6faea5ef75d0d6c43da288a4297558ec1
parentb06460c9f55a41143955c7b881afdafe673f8536 (diff)
downloadratpoison-11b0a9cf3d22c800dc16767305533c83e0cafca7.zip
Document that dedicate can take an argument.
-rw-r--r--doc/ratpoison.texi6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/ratpoison.texi b/doc/ratpoison.texi
index d12501f..da9da16 100644
--- a/doc/ratpoison.texi
+++ b/doc/ratpoison.texi
@@ -877,8 +877,10 @@ When called with no arguments, the current setting is returned.
A dedicated frame is a frame that will not allow new windows to appear
in it. Only the user may switch windows in this frame.
-@deffn Command dedicate
-Toggle whether the current frame is dedicated or not.
+@deffn Command dedicate @var{arg}
+Set the current frame as dedicated (@var{arg} = 1) or not (@var{arg} = 0).
+If @var{arg} is not supplied, toggle the dedicated state of the
+current frame.
@end deffn
@node Multiple Monitors