grmlzshrc(5): Mentioned the wrong function; actually: grml_theme_add_token()
authorFrank Terbeck <ft@grml.org>
Wed, 28 Aug 2013 08:49:15 +0000 (10:49 +0200)
committerFrank Terbeck <ft@grml.org>
Wed, 28 Aug 2013 08:49:15 +0000 (10:49 +0200)
doc/grmlzshrc.t2t

index 7c496c0..d4640c4 100644 (file)
@@ -354,7 +354,7 @@ before doing so. A correct example customisation could look like this:
     PS1='%~ %# '
 ```
 
-You also add your own tokens by using the \`grml_theme_has_token()' function.
+You also add your own tokens by using the \`grml_theme_add_token()' function.
 Call the function without arguments for detailed documentation about that
 procedure.