branch: main commit aeacab9c7521d6cd283f051a8fd68fd1258c5d88 Author: Ikumi Keita <ik...@ikumi.que.jp> Commit: Ikumi Keita <ik...@ikumi.que.jp>
; * latex.el (LaTeX-babel-insert-hyphen): Fix typo. --- latex.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/latex.el b/latex.el index 33d5b906..02fd1e33 100644 --- a/latex.el +++ b/latex.el @@ -7078,7 +7078,7 @@ language. It is usually set by language-related style files.") (defun LaTeX-babel-insert-hyphen (force) "Insert a hyphen string. The string can be either a normal hyphen or the string specified -in `LaTeX-babel-hyphen'. Wether one or the other is chosen +in `LaTeX-babel-hyphen'. Whether one or the other is chosen depends on the value of `LaTeX-babel-hyphen-after-hyphen' and the buffer context. If prefix argument FORCE is non-nil, always insert a regular hyphen."