diff options
author | Matthias Clasen <mclasen@redhat.com> | 2016-02-17 20:09:22 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-02-17 20:10:43 -0500 |
commit | caf03300e56139bea5f690fa9d9d8b286ad47789 (patch) | |
tree | 99476fbbe5493852ae2019dd68ebe48fcef38c50 /gio/gioenums.h | |
parent | a3a97dca3aa227182088be47db75fc57f1186946 (diff) | |
download | glib-caf03300e56139bea5f690fa9d9d8b286ad47789.tar.gz |
Remove leftover markup
Diffstat (limited to 'gio/gioenums.h')
-rw-r--r-- | gio/gioenums.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gioenums.h b/gio/gioenums.h index aa7e60429..163d63513 100644 --- a/gio/gioenums.h +++ b/gio/gioenums.h @@ -1454,7 +1454,7 @@ typedef enum * launching process to the primary instance. Set this flag if your * application is expected to behave differently depending on certain * environment variables. For instance, an editor might be expected - * to use the <envar>GIT_COMMITTER_NAME</envar> environment variable + * to use the `GIT_COMMITTER_NAME` environment variable * when editing a git commit message. The environment is available * to the #GApplication::command-line signal handler, via * g_application_command_line_getenv(). |