aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--doc/faq/FAQ.tex2
-rw-r--r--doc/refman/RefMan-com.tex2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/faq/FAQ.tex b/doc/faq/FAQ.tex
index 88892ff31..c0f8c087a 100644
--- a/doc/faq/FAQ.tex
+++ b/doc/faq/FAQ.tex
@@ -2430,7 +2430,7 @@ Glib.Utf8.from_unichar 0x2200;;
\Question{How to customize the shortcuts for menus?}
Two solutions are offered:
\begin{itemize}
-\item Edit \$XDG_CONFIG_HOME/coq/coqide.keys (\$HOME/.config/coq/coqide.keys) by hand or
+\item Edit \verb+$XDG_CONFIG_HOME/coq/coqide.keys+ (which is usually \verb+$HOME/.config/coq/coqide.keys+) by hand or
\item Add "gtk-can-change-accels = 1" in your coqide-gtk2rc file. Then
from \CoqIde, you may select a menu entry and press the desired
shortcut.
diff --git a/doc/refman/RefMan-com.tex b/doc/refman/RefMan-com.tex
index 81d94ecf0..a40c210ec 100644
--- a/doc/refman/RefMan-com.tex
+++ b/doc/refman/RefMan-com.tex
@@ -84,7 +84,7 @@ only for developers that are writing their own tactics and are using
you move the \Coq\ binaries and library after installation.
Coq will also honor \verb:$XDG_DATA_HOME: and \verb:$XDG_DATA_DIRS: (see
-\{http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html}).
+\url{http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html}).
Coq adds \verb:${XDG_DATA_HOME}/coq: and \verb:${XDG_DATA_DIRS}/coq: to its
search path.