branch: main
commit d9085134af94843890f1fe883ad5daceb17a7dc4
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>
; * doc/auctex.texi (Outline): Fix markup.
---
doc/auctex.texi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/auctex.texi b/doc/auctex.texi
index 46ed6f95..9443cdb8 100644
--- a/doc/auctex.texi
+++ b/doc/auctex.texi
@@ -3028,7 +3028,7 @@ Mode, , Outline Mode, emacs, GNU Emacs Manual}.
You can add your own headings by setting the variable
@code{TeX-outline-extra}.
-@defvar TeX-outline-extra
+@defopt TeX-outline-extra
List of extra @TeX{} outline levels.
Each element is a list with two entries. The first entry is the regular
@@ -3038,7 +3038,7 @@ list, so they must match text at the beginning of the
line.
See @code{LaTeX-section-list} or @code{ConTeXt-@var{interface}-section-list}
for existing header levels.
-@end defvar
+@end defopt
The following example add @samp{\item} and @samp{\bibliography} headers,
with @samp{\bibliography} at the same outline level as @samp{\section},