auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-diffs] [elpa] externals/auctex 9c42b43 52/67: Use ASCII apostrop


From: Tassilo Horn
Subject: [AUCTeX-diffs] [elpa] externals/auctex 9c42b43 52/67: Use ASCII apostrophe in code expample
Date: Fri, 8 Feb 2019 11:40:39 -0500 (EST)

branch: externals/auctex
commit 9c42b438b355976f471edbdb16cb2284b05b3e95
Author: Ikumi Keita <address@hidden>
Commit: Ikumi Keita <address@hidden>

    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
address@hidden coding: utf-8
 @c TeX-master: t
 @c End:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]