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.
This commit is contained in:
David Bremner 2021-08-21 20:51:09 -07:00
parent d9072d9eb3
commit 84347ffcad

View file

@ -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
---------