Correct encoding.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Fri, 21 Aug 2009 14:45:24 +0300
changeset 179 e225b746945d
parent 178 abe20171d6ed
child 180 f6dc9574b69d
Correct encoding.
emacs.rst
--- a/emacs.rst	Fri Aug 21 14:43:59 2009 +0300
+++ b/emacs.rst	Fri Aug 21 14:45:24 2009 +0300
@@ -1,4 +1,4 @@
--*- mode: outline -*-
+-*- mode: outline; coding: utf-8 -*-
 
 * Debugging.
 
@@ -24,8 +24,8 @@
 
 When your InitFile has a bug, or when you load external files that cause
 errors, the bug is often hard to find, because the Emacs Lisp reader does not
-know about line numbers and files – it just knows an error happened, and
-that’s it.
+know about line numbers and files - it just knows an error happened, and
+that's it.
 
 *** Binary Search.