summaryrefslogtreecommitdiff
path: root/src/cmds.c
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2010-09-14 22:17:28 +0200
committerJuanma Barranquero <lekktu@gmail.com>2010-09-14 22:17:28 +0200
commit2b5491fabb7656ed913b324612b6d9e5a55a3c23 (patch)
tree600312382ed0727735675d4f68cd548ea5d1fc77 /src/cmds.c
parentc97c655f5f1e26f3fdde6d5907afcd9ab4cd5bf1 (diff)
downloademacs-2b5491fabb7656ed913b324612b6d9e5a55a3c23.tar.gz
src/cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
Diffstat (limited to 'src/cmds.c')
-rw-r--r--src/cmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmds.c b/src/cmds.c
index f12e759b7a6..0e305e1fce4 100644
--- a/src/cmds.c
+++ b/src/cmds.c
@@ -524,7 +524,7 @@ syms_of_cmds (void)
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);