diff src/cmds.c @ 110360:01aabf6189ef

src/cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 14 Sep 2010 22:17:28 +0200
parents 8102180db0fb
children 8e5fcc5dd96b
line wrap: on
line diff
--- a/src/cmds.c	Tue Sep 14 20:37:26 2010 +0200
+++ b/src/cmds.c	Tue Sep 14 22:17:28 2010 +0200
@@ -524,7 +524,7 @@
 
   DEFVAR_LISP ("post-self-insert-hook", &Vpost_self_insert_hook,
 	       doc: /* Hook run at the end of `self-insert-command'.
-This run is run after inserting the charater.  */);
+This is run after inserting the character.  */);
   Vpost_self_insert_hook = Qnil;
 
   defsubr (&Sforward_point);