branch: main
commit 2a99c20b5b01f169215311210a51554e95cb8556
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>
; * style/article.el (LaTeX-article-class-options): Fix docstring.
---
style/article.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/style/article.el b/style/article.el
index 6e5abb04..7402f016 100644
--- a/style/article.el
+++ b/style/article.el
@@ -24,7 +24,7 @@
'("a4paper" "a5paper" "b5paper" "letterpaper" "legalpaper" "executivepaper"
"landscape" "10pt" "11pt" "12pt" "oneside" "twoside" "draft" "final"
"titlepage" "notitlepage" "onecolumn" "twocolumn" "leqno" "fleqn"
"openbib")
- "Package options for the article class.")
+ "Class options for the article class.")
(TeX-add-style-hook
"article"