branch: externals/auctex
commit 00f0e0e14bb783c3c3aeefe51eab5b8a9c81eb90
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>
; * tex.el (TeX-expand-list): Fix docstring (bug#31217).
---
tex.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tex.el b/tex.el
index 8ec9e64..03b65ec 100644
--- a/tex.el
+++ b/tex.el
@@ -582,7 +582,7 @@ Programs should not use these variables directly but the
function
(defun TeX-expand-list ()
"Complete list of expansion strings for TeX command names.
-Concatenate `TeX-expand-list' and `TeX-expand-list-bultin' making
+Concatenate `TeX-expand-list' and `TeX-expand-list-builtin' making
sure \"%p\" is the first entry."
(append
;; %p must be the first entry, see `TeX-print-command'.