aboutsummaryrefslogtreecommitdiff
path: root/doc/ref/guile/xdg-basedir.texi
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-09-12 10:04:04 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-09-12 10:04:04 +0200
commit475307bc9926898e769c7ad6fa3a844853b07f52 (patch)
treeaa7610aaf3e7768ff8410d080364e0baeb42cd1a /doc/ref/guile/xdg-basedir.texi
parentFix bug causing for's continue to not work. (diff)
downloadcalp-475307bc9926898e769c7ad6fa3a844853b07f52.tar.gz
calp-475307bc9926898e769c7ad6fa3a844853b07f52.tar.xz
Add a bunch of documentation.
Diffstat (limited to 'doc/ref/guile/xdg-basedir.texi')
-rw-r--r--doc/ref/guile/xdg-basedir.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/guile/xdg-basedir.texi b/doc/ref/guile/xdg-basedir.texi
index cdcf179b..2d3b2972 100644
--- a/doc/ref/guile/xdg-basedir.texi
+++ b/doc/ref/guile/xdg-basedir.texi
@@ -50,7 +50,7 @@ Defaults to @file{/etc/xdg}.
@env{XDG_CACHE_HOME}, usually @file{~/.cache}.
@end defun
-@defun runtime_dir
+@defun runtime-dir
@findex XDG_RUNTIME_DIR
If @env{XDG_RUNTIME_DIR} is set, than that is used. Otherwise a
warning message is printed to stderr and @file{/tmp} is returned.