diff lispref/nonascii.texi @ 70506:f7aff7b6d4af

* commands.texi (Event Input Misc): * compile.texi (Eval During Compile): * internals.texi (Buffer Internals): * minibuf.texi (Initial Input): * nonascii.texi (Scanning Charsets): * numbers.texi (Comparison of Numbers): * windows.texi (Textual Scrolling, Vertical Scrolling): Fix various typos.
author Romain Francoise <romain@orebokech.com>
date Sun, 07 May 2006 16:02:27 +0000
parents 067115a6e738
children d4b2c31464f8 146cd8369025
line wrap: on
line diff
--- a/lispref/nonascii.texi	Sun May 07 14:11:05 2006 +0000
+++ b/lispref/nonascii.texi	Sun May 07 16:02:27 2006 +0000
@@ -484,7 +484,7 @@
 @defun charset-after &optional pos
 This function return the charset of a character in the current buffer
 at position @var{pos}.  If @var{pos} is omitted or @code{nil}, it
-defauls to the current value of point.  If @var{pos} is out of range,
+defaults to the current value of point.  If @var{pos} is out of range,
 the value is @code{nil}.
 @end defun