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: emacs-27.1-rc1~146 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=76516465bf;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