Mercurial > emacs
comparison man/cc-mode.texi @ 83313:bdcbdec78dd3
Merged from miles@gnu.org--gnu-2005 (patch 438-440)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-438
Rename vertical-divider face to vertical-border
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-439
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-440
Change escape-glyph color on dark backgrounds back to cyan
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-353
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Wed, 22 Jun 2005 17:53:21 +0000 |
parents | df65ae1d9d1b |
children | 3723093a21fd b7da78284d4c |
comparison
equal
deleted
inserted
replaced
83312:5b54039912f4 | 83313:bdcbdec78dd3 |
---|---|
2361 using the semantics described above. The first element of the list that | 2361 using the semantics described above. The first element of the list that |
2362 returns a non-@code{nil} value succeeds and the evaluation stops. If | 2362 returns a non-@code{nil} value succeeds and the evaluation stops. If |
2363 none of the list elements return a non-@code{nil} value, then an offset | 2363 none of the list elements return a non-@code{nil} value, then an offset |
2364 of 0 (zero) is used@footnote{There is however a variable | 2364 of 0 (zero) is used@footnote{There is however a variable |
2365 @code{c-strict-syntax-p} that, when set to non-@code{nil}, will cause an | 2365 @code{c-strict-syntax-p} that, when set to non-@code{nil}, will cause an |
2366 error to be signalled in that case. It's now considered obsolete since | 2366 error to be signaled in that case. It's now considered obsolete since |
2367 it doesn't work well with some of the alignment functions that now | 2367 it doesn't work well with some of the alignment functions that now |
2368 returns @code{nil} instead of zero to be more usable in lists. You | 2368 returns @code{nil} instead of zero to be more usable in lists. You |
2369 should therefore leave @code{c-strict-syntax-p} set to @code{nil}.}. | 2369 should therefore leave @code{c-strict-syntax-p} set to @code{nil}.}. |
2370 | 2370 |
2371 So, for example, because most of the default offsets are defined in | 2371 So, for example, because most of the default offsets are defined in |