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

    ; * style/natbib.el ("natbib"): Fontify \citetext.
---
 style/natbib.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/style/natbib.el b/style/natbib.el
index 00ea4b396c..3cac59606d 100644
--- a/style/natbib.el
+++ b/style/natbib.el
@@ -1,6 +1,6 @@
 ;;; natbib.el --- AUCTeX style for `natbib.sty' version 8.31b  -*- 
lexical-binding: t; -*-
 
-;; Copyright (C) 1997, 1998, 2004, 2007, 2014--2022 Free Software Foundation, 
Inc.
+;; Copyright (C) 1997, 1998, 2004, 2007, 2014--2023 Free Software Foundation, 
Inc.
 
 ;; Authors: Berwin Turlach <sta...@nus.edu.sg>
 ;;          Carsten Dominik <domi...@strw.leidenuniv.nl>
@@ -148,6 +148,7 @@
                                 ("citealp"        "*[[{")
                                 ("citeauthor"     "*[[{")
                                 ("citefullauthor" "[[{")
+                                ("citetext"       "{")
                                 ("citeyear"       "[[{")
                                 ("citeyearpar"    "[[{")
                                 ("shortcites"     "{")


Reply via email to