branch: externals/auctex
commit d8dd53d4550481f2a7821273adcfb76fb9edda69
Author: Davide G. M. Salvetti <[email protected]>
Date: Sat Nov 15 11:22:48 2014 +0100
Update manual
* doc/auctex.texi (Automatic Local): Update description of
`TeX-style-path', `TeX-style-global', `TeX-style-local', and
`TeX-auto-local' variables: there is no need to end directories and
directories lists items with a slash.
---
ChangeLog | 4 ++++
doc/auctex.texi | 4 ----
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 7934393..58eb378 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
2014-11-15 Davide G. M. Salvetti <[email protected]>
* doc/auctex.texi (Selecting a Command): Fix typo.
+ (Automatic Local): Update description of `TeX-style-path',
+ `TeX-style-global', `TeX-style-local', and `TeX-auto-local'
+ variables: there is no need to end directories and directories
+ lists items with a slash.
* doc/quickstart.texi (Editing Facilities): Fix documentation: to
change font attributes of existing text, it has to be marked as an
diff --git a/doc/auctex.texi b/doc/auctex.texi
index 7e3a331..48545eb 100644
--- a/doc/auctex.texi
+++ b/doc/auctex.texi
@@ -4104,7 +4104,6 @@ files will be executed.
@defopt TeX-style-path
List of directories to search for @AUCTeX{} style files.
-Each must end with a slash.
@end defopt
By default, when @AUCTeX{} searches a directory for files, it will
@@ -4152,7 +4151,6 @@ Directories containing the site's @TeX{} style files.
@defopt TeX-style-global
Directory containing hand generated @TeX{} information.
-Must end with a slash.
These correspond to @TeX{} macros shared by all users of a site.
@end defopt
@@ -4225,14 +4223,12 @@ set @code{TeX-auto-local} to nil.
@defopt TeX-style-local
Directory containing hand generated @TeX{} information.
-Must end with a slash.
These correspond to @TeX{} macros found in the current directory.
@end defopt
@defopt TeX-auto-local
Directory containing automatically generated @TeX{} information.
-Must end with a slash.
These correspond to @TeX{} macros found in the current directory.
@end defopt