diff mcabber/doc/mcabber.1.txt @ 839:5759770c1968

Update documentation Mention "/msay toggle_verbatim".
author Mikael Berthe <mikael@lilotux.net>
date Thu, 04 May 2006 18:56:06 +0200
parents cd011fe9f8a5
children f8c0447beec2
line wrap: on
line diff
--- a/mcabber/doc/mcabber.1.txt	Thu May 04 18:49:10 2006 +0200
+++ b/mcabber/doc/mcabber.1.txt	Thu May 04 18:56:06 2006 +0200
@@ -186,7 +186,7 @@
         Tip: if the chatmode is enabled, you can use "/roster alternate"
         to jump to the moved buddy.
 
-/msay begin|verbatim|send|send_to|toggle|abort::
+/msay begin|verbatim|send|send_to|toggle|toggle_verbatim|abort::
         Send a multi-line message.  To write a single message with several
         lines, the 'multi-line mode' should be used. +
         In multi-line mode, each line (except command lines) typed in the input
@@ -199,15 +199,16 @@
         possible to enter lines starting with a slash.  Only the "/msay"
         command (with send or abort parameters) can be used to exit verbatim
         mode. +
-        The 'toggle' subcommand can be bound to a key to use the multi-line
-        mode quickly (for example, "bind M13 = msay toggle" to switch using
-        the Meta-Enter combination).
+        The 'toggle' and 'toggle_verbatim' subcommands can be bound to a key to
+        use the multi-line mode quickly (for example, "bind M109 = msay toggle"
+        to switch using the Meta-m combination).
 
         'begin' [subject];; enter multi-line mode
         'verbatim';;        enter verbatim multi-line mode
         'send';;            send the current multi-line message to the currently selected buddy
         'send_to' jid;;     send the current multi-line message to "jid"
         'toggle';;          switch to/from multi-line mode (begin/send)
+        'toggle_verbatim';; same with verbatim multi-line mode
         'abort';;           leave multi-line mode without sending the message
 
 /quit::