Fix misspelled name.

This commit is contained in:
Raymond Hettinger 2004-02-08 20:18:26 +00:00
parent 7820554c2c
commit 3fd977964a
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ which is recognized also by GNU Emacs, and
# vim:fileencoding=<encoding-name>
\end{verbatim}
which is recognized by Bram Moolenar's VIM. In addition, if the first
which is recognized by Bram Moolenaar's VIM. In addition, if the first
bytes of the file are the UTF-8 byte-order mark
(\code{'\e xef\e xbb\e xbf'}), the declared file encoding is UTF-8
(this is supported, among others, by Microsoft's \program{notepad}).