[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/auctex 2084502184 01/10: ; Improve style/titleps.el
From: |
Tassilo Horn |
Subject: |
[elpa] externals/auctex 2084502184 01/10: ; Improve style/titleps.el |
Date: |
Thu, 18 Jan 2024 04:26:42 -0500 (EST) |
branch: externals/auctex
commit 20845021846b029c57b4d40a7d95ad81a2c39170
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@gnu.org>
; Improve style/titleps.el
* style/titleps.el (LaTeX-titleps-section-command-list): Don't use
`symbol-value'.
Adjust docstring.
---
style/titleps.el | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/style/titleps.el b/style/titleps.el
index ed03dcb126..a336c2c0ee 100644
--- a/style/titleps.el
+++ b/style/titleps.el
@@ -1,6 +1,6 @@
;;; titleps.el --- AUCTeX style for `titleps.sty' (v1.1.1) -*-
lexical-binding: t; -*-
-;; Copyright (C) 2016--2023 Free Software Foundation, Inc.
+;; Copyright (C) 2016--2024 Free Software Foundation, Inc.
;; Author: Arash Esbati <arash@gnu.org>
;; Maintainer: auctex-devel@gnu.org
@@ -50,12 +50,12 @@
"List of sectioning commands available in \"titleps.sty\".")
(defun LaTeX-titleps-section-command-list ()
- "Remove \"chapter\" from variable
-`LaTeX-titleps-section-command-list' and return the remainder.
-Removal is based on the return value of function
-`LaTeX-largest-level'."
+ "Return a list of appropriate sectioning commands.
+Commands are collected from the variable
+`LaTeX-titleps-section-command-list' and selected based on the
+return value of the function `LaTeX-largest-level'."
(if (< (LaTeX-largest-level) 2)
- (symbol-value 'LaTeX-titleps-section-command-list)
+ LaTeX-titleps-section-command-list
(remove "chapter" LaTeX-titleps-section-command-list)))
(defvar LaTeX-titleps-newpagestyle-regexp
- [elpa] externals/auctex updated (62befc2176 -> ea42107189), Tassilo Horn, 2024/01/18
- [elpa] externals/auctex 2084502184 01/10: ; Improve style/titleps.el,
Tassilo Horn <=
- [elpa] externals/auctex 8eda9fb72e 06/10: ; make change-history-commit, Tassilo Horn, 2024/01/18
- [elpa] externals/auctex 6bd2185f19 03/10: ; Fix docstrings in style/titletoc.el, Tassilo Horn, 2024/01/18
- [elpa] externals/auctex d799eda3f2 05/10: ; Prepare for new release, Tassilo Horn, 2024/01/18
- [elpa] externals/auctex 68efd23c89 08/10: ; Fix version number in RELEASE file, Tassilo Horn, 2024/01/18
- [elpa] externals/auctex 7dd8693822 04/10: Update style/simpleicons.el to package v11.0.0, Tassilo Horn, 2024/01/18
- [elpa] externals/auctex 33439b0ef2 07/10: ; Release_13.3, Tassilo Horn, 2024/01/18
- [elpa] externals/auctex ab7e691904 02/10: ; Fix docstrings in style/titlesec.el, Tassilo Horn, 2024/01/18
- [elpa] externals/auctex 15b5743527 09/10: Merge remote-tracking branch 'origin/master' into externals/auctex, Tassilo Horn, 2024/01/18
- [elpa] externals/auctex ea42107189 10/10: Release GNU AUCTeX 13.3.0, Tassilo Horn, 2024/01/18