# HG changeset patch # User Juanma Barranquero # Date 1118938673 0 # Node ID 1975a7b1ec5f9a924f6d3a084b029d5fb68e7262 # Parent e32d37b16b0ef7b1a2033495626dcc737507de97 (c-lineup-argcont): Fix spelling in docstrings. diff -r e32d37b16b0e -r 1975a7b1ec5f lisp/progmodes/cc-align.el --- a/lisp/progmodes/cc-align.el Thu Jun 16 16:17:16 2005 +0000 +++ b/lisp/progmodes/cc-align.el Thu Jun 16 16:17:53 2005 +0000 @@ -158,7 +158,7 @@ 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.