]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/emacs/modes.texi (Major Modes): Fix quoting. (Bug#41110)
authorEli Zaretskii <eliz@gnu.org>
Wed, 6 May 2020 14:13:55 +0000 (17:13 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 6 May 2020 14:13:55 +0000 (17:13 +0300)
doc/emacs/modes.texi

index f5fb6b1e797f5a73b10b8eb8f0c1a374a5c72bea..c1420ea13ff1a2470b376617592b8526ef73a66b 100644 (file)
@@ -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