From: David Bremner Date: Sun, 22 Aug 2021 03:51:09 +0000 (-0700) Subject: doc/emacs: use :code: for some missing references X-Git-Tag: archive/debian/0.33_rc0-1~2 X-Git-Url: https://git.cworth.org/git?p=notmuch;a=commitdiff_plain;h=84347ffcad24b48390c622e5a96c31c97c094daa doc/emacs: use :code: for some missing references It's not obvious how to reference (non-notmuch) emacs variables and functions in a sphinx document. --- diff --git a/doc/notmuch-emacs.rst b/doc/notmuch-emacs.rst index 36dcb116..12ee25e5 100644 --- a/doc/notmuch-emacs.rst +++ b/doc/notmuch-emacs.rst @@ -385,10 +385,10 @@ Sending Mail :index:`mail-user-agent` - Emacs consults the variable :ref:`mail-user-agent` to choose a mail - sending package for commands like :ref:`report-emacs-bug` and - :ref:`compose-mail`. To use ``notmuch`` for this, customize this - variable to the symbol :ref:`notmuch-user-agent`. + Emacs consults the variable :code:`mail-user-agent` to choose a mail + sending package for commands like :code:`report-emacs-bug` and + :code:`compose-mail`. To use ``notmuch`` for this, customize this + variable to the symbol :code:`notmuch-user-agent`. Init File ---------