mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
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:
parent
d9072d9eb3
commit
84347ffcad
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
---------
|
||||
|
|
Loading…
Reference in a new issue