branch: externals/auctex commit 64cf0e93773c0e5ffccc98e41a73ba5235042aba Author: Arash Esbati <ar...@gnu.org> Commit: Arash Esbati <ar...@gnu.org>
* latex.el (LaTeX-babel-hyphen-language-alist): Fix typo in docstring. --- latex.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/latex.el b/latex.el index d0a956e..c579f42 100644 --- a/latex.el +++ b/latex.el @@ -5850,7 +5850,7 @@ and `LaTeX-babel-hyphen-after-hyphen' respectively. The first item in each element is a string specifying the language as set by the language-specific style file. The second item is the string to be used instead of `LaTeX-babel-hyphen'. The third element is the -value overriding `LaTeX-bybel-hyphen-after-hyphen'." +value overriding `LaTeX-babel-hyphen-after-hyphen'." :group 'LaTeX-macro :type '(alist :key-type (string :tag "Language") :value-type (group (string :tag "Hyphen string")