branch: elpa
commit 98a83e9d5999f12039874347275c5a9df1b48b72
Author: Masayuki Ataka <[email protected]>
Commit: Mosè Giordano <[email protected]>
Fix to doc/auctex.texi
* doc/auctex.texi (Prettifying): Insert missing '{}'.
Signed-off-by: Mosè Giordano <[email protected]>
Copyright-paperwork-exempt: Yes
---
doc/auctex.texi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/auctex.texi b/doc/auctex.texi
index 0860af5..13afe05 100644
--- a/doc/auctex.texi
+++ b/doc/auctex.texi
@@ -2597,10 +2597,10 @@ the @TeX{} code @code{\alpha \times \beta} will be
displayed as @code{α
× β}. When point is on one of the characters, it'll be unprettified
automatically, meaning you see the verbatim text again.
-To enable prettification in @AUCTeX, simply add
+To enable prettification in @AUCTeX{}, simply add
@code{prettify-symbols-mode} to @code{TeX-mode-hook}. If you enabled
prettification globally with @code{global-prettify-symbols-mode}, then
-it's automatically enabled in @AUCTeX, too.
+it's automatically enabled in @AUCTeX{}, too.
You can also add custom symbol unicode-character pairs for
prettification by adding to @code{tex--prettify-symbols-alist}. Note