Mercurial > emacs
changeset 50860:4fd35ed09e9b
(c-lineup-argcont, c-lineup-gcc-asm-reg): Don't quote nil and t in docstrings.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 06 May 2003 17:44:11 +0000 |
parents | 25507c4ce520 |
children | 0d21b78dd68e |
files | lisp/progmodes/cc-align.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/cc-align.el Tue May 06 17:43:22 2003 +0000 +++ b/lisp/progmodes/cc-align.el Tue May 06 17:44:11 2003 +0000 @@ -107,7 +107,7 @@ foo (xyz, aaa + bbb + ccc + ddd + eee + fff); <- c-lineup-argcont -Only continuation lines like this are touched, `nil' is returned on lines +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, @@ -842,7 +842,7 @@ similarly \"z\" under \"y\". This is done only in an \"asm\" or \"__asm__\" block, and only to those -lines mentioned. Anywhere else `nil' is returned. The usual arrangement is +lines mentioned. Anywhere else nil is returned. The usual arrangement is to have this routine as an extra feature at the start of arglist lineups, e.g. (c-lineup-gcc-asm-reg c-lineup-arglist)