diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2014-03-10 11:12:25 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2014-03-10 11:12:25 -0700 |
commit | 4cafb413cc93ce62afd780b0df7cad5ccb49dcd8 (patch) | |
tree | 5cc0537559c1b014bf62b24f8be70a556f233514 /etc/tutorials/TUTORIAL.th | |
parent | 6ecdd988b1078f82a8273503d729b289e5d53076 (diff) | |
download | emacs-4cafb413cc93ce62afd780b0df7cad5ccb49dcd8.tar.gz |
Fix "\" problem in tutorials by using natural-language quotes.
* tutorials/TUTORIAL, tutorials/TUTORIAL.cs, tutorials/TUTORIAL.eo:
* tutorials/TUTORIAL.es, tutorials/TUTORIAL.it, tutorials/TUTORIAL.ja:
* tutorials/TUTORIAL.ko, tutorials/TUTORIAL.nl, tutorials/TUTORIAL.pl:
* tutorials/TUTORIAL.pt_BR, tutorials/TUTORIAL.ro:
* tutorials/TUTORIAL.ru, tutorials/TUTORIAL.sk, tutorials/TUTORIAL.sv:
* tutorials/TUTORIAL.th:
Avoid using ` for natural-language quotes. Instead, work around
the problem with "\" by using non-" quotation marks appropriate
for the natural language in question, e.g., «...» for Spanish.
For English “...” could be used, but use '...' instead so that
TUTORIAL continues to be encoded in ASCII.
Diffstat (limited to 'etc/tutorials/TUTORIAL.th')
-rw-r--r-- | etc/tutorials/TUTORIAL.th | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/tutorials/TUTORIAL.th b/etc/tutorials/TUTORIAL.th index b38d20723eb..77e8cfbdfed 100644 --- a/etc/tutorials/TUTORIAL.th +++ b/etc/tutorials/TUTORIAL.th @@ -302,7 +302,7 @@ ALT), ท่านสามารถจะทำได้ด้วยอีก ท่านจะไม่ทำให้ข้อความในต้นฉบับของคู่มือการใช้เปลี่ยนแปลง. นี่เป็นเพียงฉบับสำเนาเท่านั้น. เมื่อข้อความในบรรทัดยาวเกินกว่าหนึ่งบรรทัดของหน้าจอ, ข้อความในบรรทัดนั้นจะต่อเนื่อง -ไปยังบรรทัดถัดไปของหน้าจอ. อักขระ backslash (`\') ที่ปลายของขอบขวามือจะบ่งชี้ +ไปยังบรรทัดถัดไปของหน้าจอ. อักขระ backslash (“\”) ที่ปลายของขอบขวามือจะบ่งชี้ ว่าข้อความของบรรทัดนั้นต่อเนื่องไปยังบรรทัดถัดไป. >> ป้อนข้อความจนกระทั่งถึงขอบขวา, แล้วป้อนต่อไปอีก. ท่านจะเห็นการแสดงผลของ @@ -560,11 +560,11 @@ C-x C-f ก็จะทำงาน, และจะเยือนแฟ้ม สำหรับระบบที่อนุญาตให้ใช้คำสั่ง, C-z "suspends" อีแมกส์; นั่นคือการกลับไปยังเชลล์ (shell) โดยไม่ได้ทำลายอีแมกส์. ในเชลล์ทั่วไป, ท่านสามารถรีซูม (resume) อีแมกส์ -ได้ด้วยคำสั่ง `fg' หรือด้วยคำสั่ง `%emacs'. +ได้ด้วยคำสั่ง "fg" หรือด้วยคำสั่ง "%emacs". สำหรับระบบที่ไม่มีฟังก์ชัน "suspend", คำสั่ง C-z จะสร้างซับเชลล์ (subshell) ภายใต้อีแมกส์เพื่อให้ท่านมีโอกาสดำเนินงานโปรแกรมอื่นก่อนแล้วค่อยกลับมายังอีแมกส์อีกครั้ง; -ซึ่งไม่ใช่การ "ออกจาก (exit)" อีแมกส์จริง. ในกรณีนี้, คำสั่งเชลล์ `exit' เป็นคำสั่ง +ซึ่งไม่ใช่การ "ออกจาก (exit)" อีแมกส์จริง. ในกรณีนี้, คำสั่งเชลล์ "exit" เป็นคำสั่ง ปรกติที่ใช้ในการกลับไปยังอีแมกส์จากซับเชลล์. ใช้คำสั่ง C-x C-c ก็ต่อเมื่อท่านต้องการจะเลิกใช้อีแมกส์จริงๆ. วิธีนี้เป็นวิธีที่ถูกต้องใน |