branch: externals/auctex commit eb40d5e95e126d561104f83517da4d2750550fb9 Author: Ikumi Keita <ik...@ikumi.que.jp> Commit: Ikumi Keita <ik...@ikumi.que.jp>
; Fix doc string * context.el (ConTeXt-numbered-section-hook): (ConTeXt-unnumbered-section-hook): LaTeX-reference -> ConTeXt-reference --- context.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/context.el b/context.el index a2e9314..bde604f 100644 --- a/context.el +++ b/context.el @@ -421,7 +421,7 @@ ConTeXt-section-title: Query the user about the title of the section. Modifies `ConTeXt-title'. ConTeXt-section-section: Insert ConTeXt section command according -to `ConTeXt-name', `ConTeXt-title', and `LaTeX-reference'. If +to `ConTeXt-name', `ConTeXt-title', and `ConTeXt-reference'. If `ConTeXt-title' is an empty string, `ConTeXt-done-mark' will be placed at the point they should be inserted. @@ -469,7 +469,7 @@ ConTeXt-section-title: Query the user about the title of the section. Modifies `ConTeXt-title'. ConTeXt-section-section: Insert ConTeXt section command according -to `ConTeXt-name', `ConTeXt-title', and `LaTeX-reference'. If +to `ConTeXt-name', `ConTeXt-title', and `ConTeXt-reference'. If `ConTeXt-title' is an empty string, `ConTeXt-done-mark' will be placed at the point they should be inserted.