aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris2020-05-06 09:28:36 -0700
committerGlenn Morris2020-05-06 09:28:36 -0700
commit153241d664f45d832a4564bb53d7f75a0af2c35f (patch)
treec8a111f08d8d940ee2b92c71b7525cde2c46e631 /doc
parentb16d553ecd1b0478ba28dca5d898fd22aa130fd8 (diff)
parent76516465bff31d35ea93bcb2badb14c642bb5767 (diff)
downloademacs-153241d664f45d832a4564bb53d7f75a0af2c35f.tar.gz
emacs-153241d664f45d832a4564bb53d7f75a0af2c35f.zip
Merge from origin/emacs-27
76516465bf (origin/emacs-27) * doc/emacs/modes.texi (Major Modes): Fi... f8e6cd11b3 Fix docstring quoting
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/modes.texi2
1 files changed, 1 insertions, 1 deletions
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
116hooks. Each mode hook is named after its major mode, e.g., Fortran 116hooks. Each mode hook is named after its major mode, e.g., Fortran
117mode has @code{fortran-mode-hook}. Furthermore, all text-based major 117mode has @code{fortran-mode-hook}. Furthermore, all text-based major
118modes run @code{text-mode-hook}, and many programming language modes 118modes run @code{text-mode-hook}, and many programming language modes
119@footnote{More specifically, the modes which are ''derived'' from 119@footnote{More specifically, the modes which are ``derived'' from
120@code{prog-mode} (@pxref{Derived Modes,,, elisp, The Emacs Lisp 120@code{prog-mode} (@pxref{Derived Modes,,, elisp, The Emacs Lisp
121Reference Manual}).} (including all those distributed with Emacs) run 121Reference Manual}).} (including all those distributed with Emacs) run
122@code{prog-mode-hook}, prior to running their own mode hooks. Hook 122@code{prog-mode-hook}, prior to running their own mode hooks. Hook