emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/auctex 3ceb011395 06/11: * style/multido.el ("multido")


From: Tassilo Horn
Subject: [elpa] externals/auctex 3ceb011395 06/11: * style/multido.el ("multido"): Fix query prompt.
Date: Tue, 31 Jan 2023 10:41:26 -0500 (EST)

branch: externals/auctex
commit 3ceb011395b28911f15a4e7351e937c5998a22d1
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@gnu.org>

    * style/multido.el ("multido"): Fix query prompt.
---
 style/multido.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/style/multido.el b/style/multido.el
index ec92edc685..61f84ae290 100644
--- a/style/multido.el
+++ b/style/multido.el
@@ -1,6 +1,6 @@
 ;;; multido.el --- AUCTeX style for `multido.sty'  -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2007, 2020 Free Software Foundation, Inc.
+;; Copyright (C) 2007--2023 Free Software Foundation, Inc.
 
 ;; Author: Holger Sparr <holger.sparr@gmx.net>
 ;; Created: 21 Jun 2007
@@ -41,10 +41,10 @@
  "multido"
  (lambda ()
    (TeX-add-symbols
-    '("multido" "\var=<start value>+-<inc>" "Repititions" t)
-    '("Multido" "\var=<start value>+-<inc>" "Repititions" t)
-    '("mmultido" "\var=<start value>+-<inc>" "Repititions" t)
-    '("MMultido" "\var=<start value>+-<inc>" "Repititions" t)
+    '("multido" "\\<var>=<start value>+<inc>" "Repititions" t)
+    '("Multido" "\\<var>=<start value>+<inc>" "Repititions" t)
+    '("mmultido" "\\<var>=<start value>+<inc>" "Repititions" t)
+    '("MMultido" "\\<var>=<start value>+<inc>" "Repititions" t)
     "multidostop"
     "multidocount"
     '("fpAdd" "Summand 1" "Summand 2" "Register")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]