branch: main commit b4971a159fcd31458564b6886b1f11ae979c8f64 Author: Tassilo Horn <t...@gnu.org> Commit: Tassilo Horn <t...@gnu.org>
Regenerate docs --- auctex.info | 289 ++++++++++++++++++++++++++++------------------------- preview-latex.info | 86 ++++++++-------- tex-site.el | 4 +- 3 files changed, 197 insertions(+), 182 deletions(-) diff --git a/auctex.info b/auctex.info index a8a1a8c0..ebc0391b 100644 --- a/auctex.info +++ b/auctex.info @@ -1,7 +1,7 @@ -This is auctex.info, produced by makeinfo version 6.7 from auctex.texi. +This is auctex.info, produced by makeinfo version 6.8 from auctex.texi. -This manual is for AUCTeX (version 13.0.12 from 2021-06-06), a -sophisticated TeX environment for Emacs. +This manual is for AUCTeX (version 13.0.12.2021-08-12 from 2021-08-12), +a sophisticated TeX environment for Emacs. Copyright (C) 1992-1995, 2001, 2002, 2004-2021 Free Software Foundation, Inc. @@ -2109,8 +2109,10 @@ file such as 'init.el' or '.emacs': elements. First, the key to be used after 'LaTeX-math-abbrev-prefix' for - macro insertion. If it is nil, the symbol has no associated - keystroke (it is available in the menu, though). + macro insertion. The key can be a character (e.g. '?o') for a + single stroke or a string (e.g. '"o a"') for a multi-stroke + binding. If it is nil, the symbol has no associated keystroke (it + is available in the menu, though). Second, a string representing the name of the macro (without a leading backslash.) @@ -4575,7 +4577,7 @@ it is relevant for all text modes, append it to 'text-mode-hook'. Other useful hooks are listed below. - -- Variable: TeX-after-compilation-finished-hook + -- Variable: TeX-after-compilation-finished-functions Hook which is run after the TeX/LaTeX processor has successfully finished compiling your document. (*Note Processing::, for finding out how to compile your document.) Each function in the hook is @@ -4608,9 +4610,7 @@ a more advanced algorithm. (setq-default TeX-master nil) ; Query for master file. - If AUCTeX finds the line indicating the end of the header in a master -file ('TeX-header-end'), it can figure out for itself that this is a -master file. Otherwise, it will ask for the name of the master file + In this case, AUCTeX will ask for the name of the master file associated with the buffer. To avoid asking you again, AUCTeX will automatically insert the name of the master file as a file variable (*note (emacs)File Variables::). You can also insert the file variable @@ -5665,6 +5665,12 @@ overwrite the default prompt. Prompt for document author, using 'LaTeX-default-author' as initial input. +'TeX-read-hook' + Prompt for a LaTeX hook and return it. + +'TeX-arg-hook' + Prompt for a LaTeX hook and insert it as a TeX macro argument. + 'TeX-read-key-val' Prompt for a 'key=value' list of options and return them. @@ -6010,8 +6016,8 @@ A.1 Copying this Manual The copyright notice for this manual is: - This manual is for AUCTeX (version 13.0.12 from 2021-06-06), a -sophisticated TeX environment for Emacs. + This manual is for AUCTeX (version 13.0.12.2021-08-12 from +2021-08-12), a sophisticated TeX environment for Emacs. Copyright (C) 1992-1995, 2001, 2002, 2004-2021 Free Software Foundation, Inc. @@ -6598,6 +6604,10 @@ News in 13.1 was meant to support latexinfo which in return was a LaTeX-2.09 extension of Texinfo, but didn't manage to replace Texinfo. + * AUCTeX has preliminary support for LaTeX-hooks. Hooks provided by + LaTeX kernel are known and available for completion in + '\AddToHook', '\RemoveFromHook' and '\AddToHookNext'. + News in 12.3 ------------ @@ -6650,7 +6660,7 @@ News in 12.2 'filecontents' environment now takes an optional argument and can be used anywhere in a document. The macros '\Ref' and '\labelformat' are moved from 'varioref.sty' to LaTeX kernel. - amsmath has a new macro '\overunderset'. + 'amsmath' has a new macro '\overunderset'. * A new method is implemented in preview-latex to adjust the foreground colors of generated images to those of Emacs, when the @@ -7722,7 +7732,7 @@ A.3.1 Mid-term Goals * Error help catalogs Currently, the help for errors is more or less hardwired into - 'tex.el'. For supporting error help in other languages, it would + 'latex.el'. For supporting error help in other languages, it would be sensible to instead arrange error messages in language-specific files, make a common info file from all such catalogs in a given language and look the error texts up in an appropriate index. The @@ -7749,6 +7759,9 @@ A.3.1 Mid-term Goals As of AUCTeX 12.3, 'TeX-remove-style' is no longer used by any other codes. + * Document 'LaTeX-insert-into-commments' and + 'TeX-translate-location-hook'. + File: auctex.info, Node: Wishlist, Next: Bugs, Prev: Mid-term Goals, Up: Development @@ -7773,7 +7786,7 @@ A.3.2 Wishlist A separate frame with a table of math character graphics to click on in order to insert the respective sequence into the buffer (cf. - the "grid" of x-symbol). + the "grid" of 'x-symbol'). * Crossreferencing support @@ -8177,7 +8190,7 @@ Produce indexes and print C-t C-p' ('texinfo-tex-print') and 'C-c C-t C-q' ('tex-show-print-queue') for printing and showing the printer queue. These are superseded by the respective commands available - through 'C-c C-c' ('TeX-command-master') in AUCTeX: 'Index', + through 'C-c C-c' ('TeX-command-master') in AUCTeX: 'Texindex', 'Print', and 'Queue'. Kill jobs @@ -8275,8 +8288,8 @@ Key Index * $: Quotes. (line 61) * (: Quotes. (line 154) * [: Quotes. (line 154) -* ^: Mathematics. (line 62) -* _: Mathematics. (line 62) +* ^: Mathematics. (line 64) +* _: Mathematics. (line 64) * {: Quotes. (line 154) * C-c %: Commenting. (line 23) * C-c *: Marking (LaTeX). (line 7) @@ -8288,7 +8301,7 @@ Key Index * C-c C-a: Starting a Command. (line 59) * C-c C-b: Starting a Command. (line 35) * C-c C-c: Starting a Command. (line 13) -* C-c C-d: Multifile. (line 101) +* C-c C-d: Multifile. (line 99) * C-c C-e: Environments. (line 23) * C-c C-f: Font Specifiers. (line 55) * C-c C-f C-b: Editing Facilities. (line 72) @@ -8358,7 +8371,7 @@ Key Index * C-c <LFD> <1>: Tabular-like. (line 33) * C-c ]: Environments. (line 102) * C-c ^: Control. (line 18) -* C-c _: Multifile. (line 73) +* C-c _: Multifile. (line 71) * C-c `: Debugging. (line 12) * C-c {: Quotes. (line 122) * C-c ~: Mathematics. (line 12) @@ -8462,10 +8475,11 @@ Function Index * TeX-arg-file-name: Adding Macros. (line 151) * TeX-arg-file-name-sans-extension: Adding Macros. (line 155) * TeX-arg-free: Adding Macros. (line 94) +* TeX-arg-hook: Adding Macros. (line 251) * TeX-arg-index: Adding Macros. (line 113) * TeX-arg-index-tag: Adding Macros. (line 109) * TeX-arg-input-file: Adding Macros. (line 159) -* TeX-arg-key-val: Adding Macros. (line 251) +* TeX-arg-key-val: Adding Macros. (line 257) * TeX-arg-label: Adding Macros. (line 100) * TeX-arg-length: Adding Macros. (line 116) * TeX-arg-literal: Adding Macros. (line 90) @@ -8489,7 +8503,7 @@ Function Index * TeX-comment-or-uncomment-paragraph: Commenting. (line 22) * TeX-comment-or-uncomment-region: Commenting. (line 14) * TeX-complete-symbol: Completion. (line 23) -* TeX-declare-expert-macros: Adding Macros. (line 266) +* TeX-declare-expert-macros: Adding Macros. (line 272) * TeX-documentation-texdoc: Documentation. (line 6) * TeX-electric-macro: Completion. (line 107) * TeX-error-overview: Error overview. (line 10) @@ -8517,17 +8531,18 @@ Function Index * TeX-ispell-skip-setcdr: Selecting a Command. (line 146) * TeX-ispell-tex-arg-end: Selecting a Command. (line 166) * TeX-kill-job: Control. (line 9) -* TeX-master-file-ask: Multifile. (line 72) +* TeX-master-file-ask: Multifile. (line 70) * TeX-narrow-to-group: Narrowing. (line 13) * TeX-next-error: Debugging. (line 11) * TeX-normal-mode: Parsing Files. (line 44) * TeX-PDF-mode: Processor Options. (line 15) * TeX-pin-region: Starting a Command. (line 84) * TeX-previous-error: Debugging. (line 26) -* TeX-read-key-val: Adding Macros. (line 248) +* TeX-read-hook: Adding Macros. (line 248) +* TeX-read-key-val: Adding Macros. (line 254) * TeX-recenter-output-buffer: Control. (line 13) * TeX-revert-document-buffer: Modes and Hooks. (line 39) -* TeX-save-document: Multifile. (line 100) +* TeX-save-document: Multifile. (line 98) * TeX-source-correlate-mode: Processor Options. (line 36) * TeX-source-correlate-mode <1>: I/O Correlation. (line 12) * TeX-toggle-debug-bad-boxes: Ignoring warnings. (line 9) @@ -8703,7 +8718,7 @@ Variable Index * LaTeX-math-abbrev-prefix: Mathematics. (line 26) * LaTeX-math-default: Mathematics. (line 6) * LaTeX-math-list: Mathematics. (line 36) -* LaTeX-math-menu-unicode: Mathematics. (line 54) +* LaTeX-math-menu-unicode: Mathematics. (line 56) * LaTeX-mode-hook: Modes and Hooks. (line 22) * LaTeX-name: Sectioning. (line 56) * LaTeX-Omega-command: Processor Options. (line 121) @@ -8734,8 +8749,9 @@ Variable Index * plain-TeX-clean-output-suffixes: Cleaning. (line 7) * plain-TeX-enable-toolbar: Processing. (line 11) * plain-TeX-mode-hook: Modes and Hooks. (line 22) -* TeX-after-compilation-finished-hook: Modes and Hooks. (line 30) -* TeX-after-compilation-finished-hook <1>: Modes and Hooks. (line 40) +* TeX-after-compilation-finished-functions: Modes and Hooks. (line 30) +* TeX-after-compilation-finished-functions <1>: Modes and Hooks. + (line 40) * TeX-arg-cite-note-p: Adding Macros. (line 137) * TeX-arg-input-file-search: Adding Macros. (line 160) * TeX-arg-input-file-search <1>: Adding Macros. (line 192) @@ -8786,7 +8802,7 @@ Variable Index * TeX-DVI-via-PDFTeX: Processor Options. (line 22) * TeX-electric-escape: Completion. (line 97) * TeX-electric-math: Quotes. (line 72) -* TeX-electric-sub-and-superscript: Mathematics. (line 68) +* TeX-electric-sub-and-superscript: Mathematics. (line 70) * TeX-engine: Processor Options. (line 104) * TeX-engine <1>: Japanese. (line 6) * TeX-engine-alist: Processor Options. (line 121) @@ -8815,7 +8831,6 @@ Variable Index * TeX-font-list: Font Specifiers. (line 60) * TeX-header-end: Starting a Command. (line 32) * TeX-header-end <1>: Starting a Command. (line 69) -* TeX-header-end <2>: Multifile. (line 28) * TeX-ignore-file: Automatic. (line 52) * TeX-ignore-warnings: Ignoring warnings. (line 25) * TeX-insert-braces: Completion. (line 117) @@ -8845,12 +8860,12 @@ Variable Index * TeX-macro-private: Automatic Private. (line 12) * TeX-master: Starting a Command. (line 16) * TeX-master <1>: Starting a Command. (line 32) -* TeX-master <2>: Multifile. (line 41) -* TeX-math-input-method-off-regexp: Mathematics. (line 74) +* TeX-master <2>: Multifile. (line 39) +* TeX-math-input-method-off-regexp: Mathematics. (line 76) * TeX-newline-function: Indenting. (line 29) * TeX-newline-function <1>: Indenting. (line 108) * TeX-Omega-command: Processor Options. (line 121) -* TeX-one-master: Multifile. (line 59) +* TeX-one-master: Multifile. (line 57) * TeX-open-quote: Quotes. (line 21) * TeX-outline-extra: Outline. (line 13) * TeX-output-dir: Control. (line 25) @@ -8864,7 +8879,7 @@ Variable Index * TeX-raise-frame-function: I/O Correlation. (line 76) * TeX-region: Starting a Command. (line 32) * TeX-region <1>: Starting a Command. (line 65) -* TeX-save-query: Multifile. (line 104) +* TeX-save-query: Multifile. (line 102) * TeX-show-compilation: Processor Options. (line 185) * TeX-source-correlate-method: Processor Options. (line 48) * TeX-source-correlate-method <1>: I/O Correlation. (line 21) @@ -8959,7 +8974,7 @@ Concept Index (line 6) * ASCII pTeX <1>: Japanese. (line 6) * auctex.el: Loading the package. (line 10) -* auctex.el <1>: Changes. (line 748) +* auctex.el <1>: Changes. (line 752) * auto directories.: Automatic. (line 6) * auto-fill-mode: Indenting. (line 29) * Auto-Reveal: Folding. (line 6) @@ -9086,7 +9101,7 @@ Concept Index * Indexing: Commands. (line 6) * init.el: Loading the package. (line 6) * Initialization: Customizing. (line 6) -* input method: Mathematics. (line 71) +* input method: Mathematics. (line 73) * Inputing: Multifile. (line 6) * Installation: Build/install and uninstall. (line 6) @@ -9240,10 +9255,10 @@ Concept Index * Style files: Style Files. (line 6) * Style hook: Simple Style. (line 6) * Style hooks: Style Files. (line 6) -* subscript: Mathematics. (line 62) +* subscript: Mathematics. (line 64) * Subscript, fontification of: Fontification of math. (line 6) -* superscript: Mathematics. (line 62) +* superscript: Mathematics. (line 64) * Superscript, fontification of: Fontification of math. (line 6) * Swedish: European. (line 51) @@ -9259,10 +9274,10 @@ Concept Index * TeX parsing: Automatic. (line 6) * tex-jp.el: Japanese. (line 6) * tex-mik.el: Installation under MS Windows. - (line 254) + (line 252) * tex-site.el: Loading the package. (line 10) * tex-site.el <1>: Customizing. (line 6) -* tex-site.el <2>: Changes. (line 748) +* tex-site.el <2>: Changes. (line 752) * tool bar, toolbar: Processing. (line 11) * Trailer: Commands. (line 6) * Underfull boxes: Debugging. (line 6) @@ -9284,104 +9299,104 @@ Concept Index Tag Table: -Node: Top918 -Node: Copying7375 -Node: Introduction9320 -Node: Summary9590 -Node: Installation12323 -Node: Prerequisites14296 -Node: Configure16495 -Node: Build/install and uninstall21073 -Node: Loading the package21826 -Node: Advice for package providers23519 -Node: Advice for non-privileged users26324 -Node: Installation under MS Windows31670 -Node: Customizing45292 -Node: Quick Start46877 -Ref: Quick Start-Footnote-148999 -Node: Editing Facilities49093 -Node: Processing Facilities53788 -Node: Editing58517 -Node: Quotes59847 -Node: Font Specifiers68287 -Node: Sectioning70355 -Node: Environments74874 -Node: Equations80027 -Node: Floats80619 -Node: Itemize-like82623 -Node: Tabular-like83345 -Node: Customizing Environments85118 -Node: Mathematics85358 -Node: Completion88669 -Node: Marking95700 -Node: Marking (LaTeX)96324 -Node: Marking (Texinfo)97266 -Node: Commenting98877 -Node: Indenting100202 -Node: Filling106216 -Node: Display112088 -Node: Font Locking114583 -Node: Fontification of macros116662 -Node: Fontification of quotes126178 -Node: Fontification of math127672 -Node: Verbatim content131340 -Node: Faces132114 -Node: Known problems132611 -Node: Folding133608 -Node: Outline144381 -Node: Narrowing145660 -Node: Prettifying146729 -Node: Processing147966 -Node: Commands149294 -Node: Starting a Command149850 -Node: Selecting a Command154765 -Node: Processor Options163863 -Node: Viewing174256 -Node: Starting Viewers174630 -Node: I/O Correlation180280 -Node: Debugging185509 -Node: Ignoring warnings188127 -Node: Error overview190186 -Node: Checking192094 -Node: Control193710 -Node: Cleaning195819 -Node: Documentation197178 -Node: Customization197893 -Node: Modes and Hooks198386 -Node: Multifile200269 -Node: Parsing Files205147 -Node: Internationalization210136 -Node: European211484 -Node: Japanese218963 -Node: Automatic224027 -Node: Automatic Global226518 -Node: Automatic Private227650 -Node: Automatic Local228986 -Node: Style Files230017 -Node: Simple Style230823 -Node: Adding Macros234544 -Node: Adding Environments243898 -Node: Adding Other248562 -Node: Hacking the Parser251111 -Node: Appendices255100 -Node: Copying this Manual255396 -Node: GNU Free Documentation License256280 -Node: Changes281401 -Node: Development332036 -Node: Mid-term Goals332682 -Node: Wishlist334539 -Node: Bugs339985 -Node: FAQ341086 -Node: Texinfo mode346274 -Node: Exploiting347408 -Node: Superseding348226 -Node: Mapping352454 -Node: Unbinding354289 -Node: Indices355110 -Node: Key Index355273 -Node: Function Index362802 -Node: Variable Index374415 -Node: Concept Index399199 +Node: Top929 +Node: Copying7386 +Node: Introduction9331 +Node: Summary9601 +Node: Installation12334 +Node: Prerequisites14307 +Node: Configure16506 +Node: Build/install and uninstall21084 +Node: Loading the package21837 +Node: Advice for package providers23530 +Node: Advice for non-privileged users26335 +Node: Installation under MS Windows31681 +Node: Customizing45303 +Node: Quick Start46888 +Ref: Quick Start-Footnote-149010 +Node: Editing Facilities49104 +Node: Processing Facilities53799 +Node: Editing58528 +Node: Quotes59858 +Node: Font Specifiers68298 +Node: Sectioning70366 +Node: Environments74885 +Node: Equations80038 +Node: Floats80630 +Node: Itemize-like82634 +Node: Tabular-like83356 +Node: Customizing Environments85129 +Node: Mathematics85369 +Node: Completion88805 +Node: Marking95836 +Node: Marking (LaTeX)96460 +Node: Marking (Texinfo)97402 +Node: Commenting99013 +Node: Indenting100338 +Node: Filling106352 +Node: Display112224 +Node: Font Locking114719 +Node: Fontification of macros116798 +Node: Fontification of quotes126314 +Node: Fontification of math127808 +Node: Verbatim content131476 +Node: Faces132250 +Node: Known problems132747 +Node: Folding133744 +Node: Outline144517 +Node: Narrowing145796 +Node: Prettifying146865 +Node: Processing148102 +Node: Commands149430 +Node: Starting a Command149986 +Node: Selecting a Command154901 +Node: Processor Options163999 +Node: Viewing174392 +Node: Starting Viewers174766 +Node: I/O Correlation180416 +Node: Debugging185645 +Node: Ignoring warnings188263 +Node: Error overview190322 +Node: Checking192230 +Node: Control193846 +Node: Cleaning195955 +Node: Documentation197314 +Node: Customization198029 +Node: Modes and Hooks198522 +Node: Multifile200410 +Node: Parsing Files205142 +Node: Internationalization210131 +Node: European211479 +Node: Japanese218958 +Node: Automatic224022 +Node: Automatic Global226513 +Node: Automatic Private227645 +Node: Automatic Local228981 +Node: Style Files230012 +Node: Simple Style230818 +Node: Adding Macros234539 +Node: Adding Environments244038 +Node: Adding Other248702 +Node: Hacking the Parser251251 +Node: Appendices255240 +Node: Copying this Manual255536 +Node: GNU Free Documentation License256431 +Node: Changes281552 +Node: Development332381 +Node: Mid-term Goals333027 +Node: Wishlist334971 +Node: Bugs340419 +Node: FAQ341520 +Node: Texinfo mode346708 +Node: Exploiting347842 +Node: Superseding348660 +Node: Mapping352891 +Node: Unbinding354726 +Node: Indices355547 +Node: Key Index355710 +Node: Function Index363239 +Node: Variable Index374998 +Node: Concept Index399774 End Tag Table diff --git a/preview-latex.info b/preview-latex.info index 3da2e1b5..63e49d2c 100644 --- a/preview-latex.info +++ b/preview-latex.info @@ -1,8 +1,8 @@ -This is preview-latex.info, produced by makeinfo version 6.7 from +This is preview-latex.info, produced by makeinfo version 6.8 from preview-latex.texi. This manual is for preview-latex, a LaTeX preview mode for AUCTeX -(version 13.0.12 from 2021-06-06). +(version 13.0.12.2021-08-12 from 2021-08-12). Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2017-2019, 2021 Free Software Foundation, Inc. @@ -1906,7 +1906,7 @@ Appendix C Copying this Manual The copyright notice for this manual is: This manual is for preview-latex, a LaTeX preview mode for AUCTeX -(version 13.0.12 from 2021-06-06). +(version 13.0.12.2021-08-12 from 2021-08-12). Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2017-2019, 2021 Free Software Foundation, Inc. @@ -2415,7 +2415,7 @@ Index ��[index��] * Menu: -* \PreviewEnvironment: Provided commands. (line 124) +* \PreviewEnvironment: Provided commands. (line 123) * \PreviewMacro: Provided commands. (line 25) * Activation: Activating preview-latex. (line 6) @@ -2500,7 +2500,7 @@ Index * preview-icon-specs: The Emacs interface. (line 151) * preview-image-creators: The preview images. (line 7) * preview-image-type: Basic modes of operation. - (line 17) + (line 16) * preview-image-type <1>: The preview images. (line 6) * preview-inner-environments: The Emacs interface. (line 156) * preview-LaTeX-command: The Emacs interface. (line 11) @@ -2528,49 +2528,49 @@ Index * Showing \labels: Simple customization. (line 21) * Using dvipng: Basic modes of operation. - (line 19) + (line 18) * Warranty: Copying. (line 6) Tag Table: -Node: Top960 -Node: Copying2232 -Node: Introduction2686 -Node: What use is it?3360 -Node: Activating preview-latex4749 -Node: Getting started5500 -Node: Basic modes of operation7447 -Node: More documentation8652 -Node: Availability9521 -Node: Contacts10130 -Node: Installation11403 -Node: Keys and lisp11604 -Node: Simple customization18679 -Node: Known problems24341 -Node: Font problems with Dvips25167 -Node: Too small bounding boxes26337 -Node: x-symbol interoperation27733 -Node: Middle-clicks paste instead of toggling29116 -Node: No images are displayed with gs 9.27 and earlier29801 -Node: For advanced users32443 -Node: The LaTeX style file32902 -Node: Package options35464 -Node: Provided commands46368 -Node: The Emacs interface53713 -Node: The preview images62415 -Node: Misplaced previews66172 -Node: ToDo69628 -Node: Frequently Asked Questions74405 -Node: Introduction to FAQ74728 -Node: Requirements75067 -Node: Installation Trouble77035 -Node: Customization79299 -Node: Troubleshooting82375 -Node: Other formats84885 -Node: Copying this Manual86200 -Node: GNU Free Documentation License87147 -Node: Index112271 +Node: Top971 +Node: Copying2243 +Node: Introduction2697 +Node: What use is it?3371 +Node: Activating preview-latex4760 +Node: Getting started5511 +Node: Basic modes of operation7458 +Node: More documentation8663 +Node: Availability9532 +Node: Contacts10141 +Node: Installation11414 +Node: Keys and lisp11615 +Node: Simple customization18690 +Node: Known problems24352 +Node: Font problems with Dvips25178 +Node: Too small bounding boxes26348 +Node: x-symbol interoperation27744 +Node: Middle-clicks paste instead of toggling29127 +Node: No images are displayed with gs 9.27 and earlier29812 +Node: For advanced users32454 +Node: The LaTeX style file32913 +Node: Package options35475 +Node: Provided commands46379 +Node: The Emacs interface53724 +Node: The preview images62426 +Node: Misplaced previews66183 +Node: ToDo69639 +Node: Frequently Asked Questions74416 +Node: Introduction to FAQ74739 +Node: Requirements75078 +Node: Installation Trouble77046 +Node: Customization79310 +Node: Troubleshooting82386 +Node: Other formats84896 +Node: Copying this Manual86211 +Node: GNU Free Documentation License87169 +Node: Index112293 End Tag Table diff --git a/tex-site.el b/tex-site.el index 216b7f8e..83d3e270 100644 --- a/tex-site.el +++ b/tex-site.el @@ -157,11 +157,11 @@ set it with `TeX-modes-set'." `(TeX-modes-set ',var ,var t)) (setq list (cdr list)))))) ) -(defconst AUCTeX-version "13.0.12" +(defconst AUCTeX-version "13.0.12.2021-08-12" "AUCTeX version. If not a regular release, the date of the last change.") -(defconst AUCTeX-date "2021-06-06" +(defconst AUCTeX-date "2021-08-12" "AUCTeX release date using the ISO 8601 format, yyyy-mm-dd.") ;; Store bibitems when saving a BibTeX buffer