From 2b5491fabb7656ed913b324612b6d9e5a55a3c23 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 14 Sep 2010 22:17:28 +0200 Subject: [PATCH] src/cmds.c (syms_of_cmds) : Fix typos in docstring. --- src/ChangeLog | 8 ++++++-- src/cmds.c | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 807b46c1052..7f7a0d7a222 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,6 +1,10 @@ +2010-09-14 Juanma Barranquero + + * cmds.c (syms_of_cmds) : Fix typos in docstring. + 2010-09-14 Lars Magne Ingebrigtsen - * xml.c (parse_string): Renamed to parse_string(), since that's + * xml.c (parse_buffer): Renamed to parse_string(), since that's what it does. (parse_string): Return nil when the document can't be parsed. @@ -141,7 +145,7 @@ (x_produce_glyphs): Simplify by using the same code for ASCII and non-ASCII characters. Don't set it->char_to_display here. Don't handle unibyte-display-via-language-environment here. For a - charater of no glyph, use font->space_width instead of FONT_WIDTH. + character of no glyph, use font->space_width instead of FONT_WIDTH. 2010-08-31 Stefan Monnier 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); -- 2.39.5