branch: main
commit f3cc50c6747e8138af144179de575b38c744187c
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>
; * style/l3doc.el (LaTeX-env-l3doc-function): Fix prompt.
---
style/l3doc.el | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/style/l3doc.el b/style/l3doc.el
index cc48a97f..5d6e48e9 100644
--- a/style/l3doc.el
+++ b/style/l3doc.el
@@ -1,6 +1,6 @@
;;; l3doc.el --- AUCTeX style for `l3doc.cls' -*- lexical-binding: t; -*-
-;; Copyright (C) 2022--2024 Free Software Foundation, Inc.
+;; Copyright (C) 2022--2025 Free Software Foundation, Inc.
;; Author: Arash Esbati <[email protected]>
;; Maintainer: [email protected]
@@ -32,9 +32,7 @@
(require 'latex)
;; Silence the compiler:
-(declare-function font-latex-add-keywords
- "font-latex"
- (keywords class))
+(declare-function font-latex-add-keywords "font-latex" (keywords class))
(defvar LaTeX-article-class-options)
(defvar LaTeX-l3doc-cmd-key-val-options
@@ -61,7 +59,7 @@ This function should be used for the environments
\"function\" and
("noTF")
("label")
("verb"))
- "Flags (k=v)"))
+ "Flags"))
(mac (TeX-read-string
(TeX-argument-prompt nil nil "Macro(s)")
TeX-esc))