1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 08:43:13 +02:00

Fixed typos in doc

This commit is contained in:
Sebastien Helleu
2006-05-13 17:56:06 +00:00
parent c7a8d68f70
commit bdaaa6182f
16 changed files with 98 additions and 74 deletions
+3 -3
View File
@@ -47,10 +47,10 @@
t_weechat_command weechat_commands[] =
{ { "alias", N_("create an alias for a command"),
N_("[alias_name [command [arguments]]"),
N_("[alias_name [command [arguments]]]"),
N_("alias_name: name of alias\n"
" command: command name (WeeChat or IRC command, without "
"first '/')\n"
" command: command name (WeeChat or IRC command, many commands "
"can be separated by semicolons)\n"
"arguments: arguments for command"),
"%- %A", 0, MAX_ARGS, NULL, weechat_cmd_alias },
{ "buffer", N_("manage buffers"),