branch: externals/auctex
commit f362325f9fbb641b24c82fdcfbb01de855c7e407
Author: Ikumi Keita <[email protected]>
Commit: Ikumi Keita <[email protected]>
; * latex.el (LaTeX-document-style-hook): Fix a typo.
---
latex.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/latex.el b/latex.el
index f11d2e8..fa2ae34 100644
--- a/latex.el
+++ b/latex.el
@@ -835,7 +835,7 @@ work analogously."
(defvar LaTeX-document-style-hook nil
"List of hooks to run when inserting a document environment.
-To insert a hook here, you must insert it in the appropiate style file.")
+To insert a hook here, you must insert it in the appropriate style file.")
(defun LaTeX-env-document (&optional _ignore)
"Create new LaTeX document.