diff options
author | Glenn Morris <rgm@gnu.org> | 2014-03-10 09:00:15 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-03-10 09:00:15 -0700 |
commit | 4f9700e529afe527d50ef519e9e26677765a12f8 (patch) | |
tree | c3f87824c867909d0d0b7051d4a5796b17c1b006 /etc/tutorials/TUTORIAL.ko | |
parent | 5b7853e3c853fef63d12cd94d4bbcdf2579217e3 (diff) | |
download | emacs-4f9700e529afe527d50ef519e9e26677765a12f8.tar.gz |
In tutorials, replace "\" with `\'
Otherwise Emacs can get confused and think the rest of the buffer is
a string.
Diffstat (limited to 'etc/tutorials/TUTORIAL.ko')
-rw-r--r-- | etc/tutorials/TUTORIAL.ko | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/tutorials/TUTORIAL.ko b/etc/tutorials/TUTORIAL.ko index 330addc5f91..cde3cde50d9 100644 --- a/etc/tutorials/TUTORIAL.ko +++ b/etc/tutorials/TUTORIAL.ko @@ -295,7 +295,7 @@ C-g는 숫자 인수를 무시해 버릴 때나 어떤 명령을 시작하였지 글월이 화면의 한 줄에 다 들어가지 못할 정도로 커지면 글월의 줄은 화면의 두번째 줄에서 "계속"됩니다. 오른쪽 한계에 있는 역사선 문자 -("\")는 줄이 다음 줄로 이어지는 것을 가리킵니다. +(`\')는 줄이 다음 줄로 이어지는 것을 가리킵니다. >> 글월을 계속 끼워서 오른쪽 한계를 넘어서도록 하십시오. 그러면 줄 계속 표시가 나타날 것입니다. |