emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101438: src/cmds.c (syms_of_cmds) <p


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101438: src/cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
Date: Tue, 14 Sep 2010 22:17:28 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101438
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Tue 2010-09-14 22:17:28 +0200
message:
  src/cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
modified:
  src/ChangeLog
  src/cmds.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-09-14 18:37:26 +0000
+++ b/src/ChangeLog     2010-09-14 20:17:28 +0000
@@ -1,6 +1,10 @@
+2010-09-14  Juanma Barranquero  <address@hidden>
+
+       * cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
+
 2010-09-14  Lars Magne Ingebrigtsen  <address@hidden>
 
-       * 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  <address@hidden>
 

=== modified file 'src/cmds.c'
--- a/src/cmds.c        2010-09-01 14:41:17 +0000
+++ b/src/cmds.c        2010-09-14 20:17:28 +0000
@@ -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);


reply via email to

[Prev in Thread] Current Thread [Next in Thread]