From: Juanma Barranquero Date: Thu, 16 Jun 2005 16:17:53 +0000 (+0000) Subject: (c-lineup-argcont): Fix spelling in docstrings. X-Git-Tag: emacs-pretest-22.0.90~8867 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2aa347239928f88f3d9c6ce7ee380d7c3b48dbae;p=emacs.git (c-lineup-argcont): Fix spelling in docstrings. --- diff --git a/lisp/progmodes/cc-align.el b/lisp/progmodes/cc-align.el index 139bfc8aa5a..849e98053ad 100644 --- a/lisp/progmodes/cc-align.el +++ b/lisp/progmodes/cc-align.el @@ -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.