From: Eli Zaretskii Date: Wed, 6 May 2020 14:13:55 +0000 (+0300) Subject: * doc/emacs/modes.texi (Major Modes): Fix quoting. (Bug#41110) X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~19^2~166 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=76516465bff31d35ea93bcb2badb14c642bb5767;p=emacs.git * doc/emacs/modes.texi (Major Modes): Fix quoting. (Bug#41110) --- diff --git a/doc/emacs/modes.texi b/doc/emacs/modes.texi index f5fb6b1e797..c1420ea13ff 100644 --- a/doc/emacs/modes.texi +++ b/doc/emacs/modes.texi @@ -116,7 +116,7 @@ is enabled in a buffer. @xref{Hooks}, for more information about hooks. Each mode hook is named after its major mode, e.g., Fortran mode has @code{fortran-mode-hook}. Furthermore, all text-based major modes run @code{text-mode-hook}, and many programming language modes -@footnote{More specifically, the modes which are ''derived'' from +@footnote{More specifically, the modes which are ``derived'' from @code{prog-mode} (@pxref{Derived Modes,,, elisp, The Emacs Lisp Reference Manual}).} (including all those distributed with Emacs) run @code{prog-mode-hook}, prior to running their own mode hooks. Hook