Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update manual for Echo/EchoFuncDefinition #520

Merged
merged 1 commit into from
Jun 10, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions doc/fvwm3/fvwm3.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7873,18 +7873,21 @@ DestroyFunc PrintFunction
....

*Echo* _string_::
Prints a message to _stderr_. Potentially useful for debugging things
in your _config_.
Prints a message to the debug log file, which requires logging to be
enabled. See the *-v* option or *PrintInfo* for more information on both
enabling debug logging and the log file location. Potentially useful for
debugging things in your _config_ or getting the value of variables.
+

....
Echo Beginning style definitions...
Echo Current desk $[desk.n].
....

*EchoFuncDefinition* _function_::
The *EchoFuncDefinition* is similar to the *Echo* command but prints
the definition for the given _function_ to _stderr_. It is useful to
find out how fvwm handles quoting and for debugging functions .
the definition for the given _function_ to the debug log file. It is
useful to find out how fvwm handles quoting and for debugging functions.

*Exec* _command_::
Executes _command_. You should not use an ampersand '&' at the end of
Expand Down