emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/character.c,v


From: Martin Rudalics
Subject: [Emacs-diffs] Changes to emacs/src/character.c,v
Date: Sun, 28 Sep 2008 08:40:24 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Martin Rudalics <m061211>       08/09/28 08:40:23

Index: character.c
===================================================================
RCS file: /sources/emacs/emacs/src/character.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- character.c 1 Sep 2008 02:44:56 -0000       1.15
+++ character.c 28 Sep 2008 08:40:23 -0000      1.16
@@ -1011,12 +1011,12 @@
   return make_string_from_bytes ((char *) buf, n, p - buf);
 }
 
-DEFUN ("char-resolve-modifers", Fchar_resolve_modifiers,
+DEFUN ("char-resolve-modifiers", Fchar_resolve_modifiers,
        Schar_resolve_modifiers, 1, 1, 0,
        doc: /* Resolve modifiers in the character CHAR.
 The value is a character with modifiers resolved into the character
 code.  Unresolved modifiers are kept in the value.
-usage: (char-resolve-modifers CHAR)  */)
+usage: (char-resolve-modifiers CHAR)  */)
      (character)
      Lisp_Object character;
 {




reply via email to

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