]> git.eshelyaron.com Git - emacs.git/commitdiff
(c-lineup-argcont): Fix spelling in docstrings.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 16 Jun 2005 16:17:53 +0000 (16:17 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 16 Jun 2005 16:17:53 +0000 (16:17 +0000)
lisp/progmodes/cc-align.el

index 139bfc8aa5aaec9e1dda33a0b7cf5aaf5e5af82c..849e98053ad6261df8d12d8fac6a0cead7d64185 100644 (file)
@@ -158,7 +158,7 @@ foo (xyz, aaa + bbb + ccc
 Only continuation lines like this are touched, nil is returned on lines
 which are the start of an argument.
 
-Within a gcc asm block, \":\" is recognised as an argument separator,
+Within a gcc asm block, \":\" is recognized as an argument separator,
 but of course only between operand specifications, not in the expressions
 for the operands.