branch: externals/auctex
commit 9c42b438b355976f471edbdb16cb2284b05b3e95
Author: Ikumi Keita <[email protected]>
Commit: Ikumi Keita <[email protected]>

    Use ASCII apostrophe in code expample
    
    * doc/auctex.texi (): (I/O Correlation): Use APOSTROPHE(U+0027) rather
    than RIGHT SINGLE QUOTATION MARK(U+2019) in code example.
    Add coding tag in Local Variables section.
---
 doc/auctex.texi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/auctex.texi b/doc/auctex.texi
index f0703c4..f6d8a24 100644
--- a/doc/auctex.texi
+++ b/doc/auctex.texi
@@ -3645,7 +3645,7 @@ settings that work for some users.
       (lambda ()
        (call-process
         "wmctrl" nil nil nil "-i" "-R"
-        (frame-parameter (selected-frame) ’outer-window-id))))
+        (frame-parameter (selected-frame) 'outer-window-id))))
 @end lisp
 @end defopt
 
@@ -5899,5 +5899,6 @@ used by @AUCTeX{} for sectioning.
 
 @c Local Variables:
 @c mode: texinfo
+@c coding: utf-8
 @c TeX-master: t
 @c End:

Reply via email to