monnier pushed a commit to branch externals/auctex
in repository elpa.
commit 3e33dfd60c602b819863143ff91cbf6962de65f0
Author: Mosè Giordano <[email protected]>
Date: Fri Oct 11 01:32:34 2013 +0200
Fix typos.
* doc/auctex.texi (Quotes): Fix typo.
* doc/changes.texi: Ditto.
---
ChangeLog | 6 ++++++
doc/auctex.texi | 4 ++--
doc/changes.texi | 2 +-
3 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 1aaff1a..e5c8100 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-10-11 Mos� Giordano <[email protected]>
+
+ * doc/auctex.texi (Quotes): Fix typo.
+
+ * doc/changes.texi: Ditto.
+
2013-10-10 Ikumi Keita <[email protected]>
* doc/changes.texi: Document enhanced paired braces feature.
diff --git a/doc/auctex.texi b/doc/auctex.texi
index 1338aed..b664602 100644
--- a/doc/auctex.texi
+++ b/doc/auctex.texi
@@ -495,8 +495,8 @@ As a side effect, when @code{LaTeX-math-mode}
(@pxref{Mathematics}) is
on, just typing @kbd{`(} inserts not only @samp{\langle}, but also
@samp{\rangle}.
-If you don't like such auto completion at all, it can be disabled by
-an user option.
+If you do not like such auto completion at all, it can be disabled by a
+user option.
@defopt TeX-arg-right-insert-p
If this option is turned off, the automatic supply of the right macros
diff --git a/doc/changes.texi b/doc/changes.texi
index 5cac301..77b53ef 100644
--- a/doc/changes.texi
+++ b/doc/changes.texi
@@ -37,7 +37,7 @@ New user options @code{LaTeX-default-author} and
@item
@samp{biblatex} support was greatly expanded. If parsing is enabled,
-@AUCTeX{} looks at @samp{backend} option to decide whether using Biber
+@AUCTeX{} looks at @samp{backend} option to decide whether to use Biber
or BibTeX. @code{LaTeX-biblatex-use-Biber} option was removed.
@item