branch: externals/auctex
commit ec9362d5fb7140ffbd266e80c9c039bbe7bb9120
Author: Ikumi Keita <[email protected]>
Commit: Ikumi Keita <[email protected]>
; * doc/todo.texi (Mid-term Goals): Fix spacing.
---
doc/todo.texi | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/doc/todo.texi b/doc/todo.texi
index 3c0c13f..5172e54 100644
--- a/doc/todo.texi
+++ b/doc/todo.texi
@@ -61,14 +61,14 @@ using Ref@TeX{}.
@item Fix remove-style feature
-Currently @code{TeX-remove-style} implementation isn't good. It is
-common practice that major mode functions directly add macros and
-environments via @code{TeX-add-symbols} and
-@code{LaTeX-add-environments}, but those macros and environments are
-lost once @code{TeX-remove-style} runs. It is necessary to run major
-mode function, by e.g.@: @code{normal-mode}, again to recover them, but
-that makes no point in running @code{TeX-remove-style} itself because
-major mode function kills all buffer-local variables.
+Currently @code{TeX-remove-style} implementation isn't good. It is common
+practice that major mode functions directly add macros and environments
+via @code{TeX-add-symbols} and @code{LaTeX-add-environments}, but those
+macros and environments are lost once @code{TeX-remove-style} runs. It is
+necessary to run major mode function, by e.g.@: @code{normal-mode}, again
+to recover them, but that makes no point in running
+@code{TeX-remove-style} itself because major mode function kills all
+buffer-local variables.
As of @AUCTeX{} 12.3, @code{TeX-remove-style} is no longer used by any
other codes.