diff options
| author | Eli Zaretskii | 2020-05-06 17:13:55 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2020-05-06 17:13:55 +0300 |
| commit | 76516465bff31d35ea93bcb2badb14c642bb5767 (patch) | |
| tree | 7f4edbf9ad323eb8d8ffab838fbff85c3b2eb048 | |
| parent | f8e6cd11b34320999aa72886ece3f32b0a8ad897 (diff) | |
| download | emacs-76516465bff31d35ea93bcb2badb14c642bb5767.tar.gz emacs-76516465bff31d35ea93bcb2badb14c642bb5767.zip | |
* doc/emacs/modes.texi (Major Modes): Fix quoting. (Bug#41110)
| -rw-r--r-- | doc/emacs/modes.texi | 2 |
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 | |||
| 116 | hooks. Each mode hook is named after its major mode, e.g., Fortran | 116 | hooks. Each mode hook is named after its major mode, e.g., Fortran |
| 117 | mode has @code{fortran-mode-hook}. Furthermore, all text-based major | 117 | mode has @code{fortran-mode-hook}. Furthermore, all text-based major |
| 118 | modes run @code{text-mode-hook}, and many programming language modes | 118 | modes 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 |
| 121 | Reference Manual}).} (including all those distributed with Emacs) run | 121 | Reference 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 |