branch: externals/auctex
commit f3cc50c6747e8138af144179de575b38c744187c
Author: Arash Esbati <ar...@gnu.org>
Commit: Arash Esbati <ar...@gnu.org>

    ; * 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 cc48a97f28..5d6e48e9ac 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 <ar...@gnu.org>
 ;; Maintainer: auctex-de...@gnu.org
@@ -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))

Reply via email to