branch: externals/auctex
commit 96ab750660309588dfd60880a0af58c44920eb54
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>

    ; * style/ocgx.el ("ocgx"): Adjust query prompt.
---
 style/ocgx.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/style/ocgx.el b/style/ocgx.el
index 340da52bd8..116d8a5b20 100644
--- a/style/ocgx.el
+++ b/style/ocgx.el
@@ -1,6 +1,6 @@
 ;;; ocgx.el --- AUCTeX style for `ocgx.sty' (v0.5)  -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2018, 2020 Free Software Foundation, Inc.
+;; Copyright (C) 2018--2023 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <[email protected]>
 ;; Maintainer: [email protected]
@@ -54,9 +54,9 @@
     '("hideocg" LaTeX-arg-ocgp-layer-id "Action button")
 
     '("actionsocg"
-      (LaTeX-arg-ocgp-layer-id "Toggle layer id ('s space separated)")
-      (LaTeX-arg-ocgp-layer-id "Show layer id ('s space separated)")
-      (LaTeX-arg-ocgp-layer-id "Hide layer id ('s space separated)")
+      (LaTeX-arg-ocgp-layer-id "Toggle layer id (space separated crm)")
+      (LaTeX-arg-ocgp-layer-id "Show layer id (space separated crm)")
+      (LaTeX-arg-ocgp-layer-id "Hide layer id (space separated crm)")
       "Action button"))
 
    ;; Fontification


Reply via email to