From 3a4df9675bbd3f8ee949a4565f4c7105b97137b7 Mon Sep 17 00:00:00 2001 From: Nicolas Petton Date: Thu, 26 Jul 2018 10:59:14 +0200 Subject: [PATCH] * sphinx-doc/intro.rst: Document the Info documentation. --- sphinx-doc/intro.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sphinx-doc/intro.rst b/sphinx-doc/intro.rst index 0845437..50a5676 100644 --- a/sphinx-doc/intro.rst +++ b/sphinx-doc/intro.rst @@ -12,7 +12,8 @@ for JavaScript development, including: * JavaScript evaluation in JS buffers with ``indium-interaction-mode``; * a stepping Debugger, similar to ``edebug``, or ``cider``. -This documentation can be read online at https://indium.readthedocs.io. +This documentation can be read online at https://indium.readthedocs.io and in +Info format (within Emacs with ``(info "Indium")``). It is also available in Info format and can be consulted from within Emacs with ``C-h i m indium RET``.