diff options
author | cos <cos> | 2018-06-19 15:29:39 +0200 |
---|---|---|
committer | cos <cos> | 2018-07-02 22:24:09 +0200 |
commit | 0e1a8086ae0dd5fda7f180a239515a47a336cf94 (patch) | |
tree | b31c968fa809cc92ed480237808953e4169d7a86 /docs/faq.html | |
parent | b382bd12328c794b038a3dfd66adeec17f0b9324 (diff) | |
download | irssi-0e1a8086ae0dd5fda7f180a239515a47a336cf94.zip |
faq: Improve wording on using startup filefix/startup_doc
Diffstat (limited to 'docs/faq.html')
-rw-r--r-- | docs/faq.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/faq.html b/docs/faq.html index 70e90bb5..b477cc24 100644 --- a/docs/faq.html +++ b/docs/faq.html @@ -63,7 +63,7 @@ <h3 id="q-how-do-i-execute-commands-automatically-at-startup">Q: How do I execute commands automatically at startup?</h3> -<p>A: Put them into <code>~/.irssi/startup</code> file, each command on its own line. The preceding slash (/) is not necessary.</p> +<p>A: Put them into <code>~/.irssi/startup</code> file, each command on its own line or separated by semicolons. The preceding slash (/) is not necessary. Special variables are expanded.</p> <h3 id="q-how-do-i-easily-edit-existing-topic">Q: How do I easily edit existing topic?</h3> |