comparison src/doc.c @ 78:c7528f8e288d r20-0b34

Import from CVS: tag r20-0b34
author cvs
date Mon, 13 Aug 2007 09:05:42 +0200
parents 131b0175ea99
children 1ce6082ce73f
comparison
equal deleted inserted replaced
77:6cb4f478e7bc 78:c7528f8e288d
178 dest[XSTRING_LENGTH (s1) + XSTRING_LENGTH (s2)] = '\0' 178 dest[XSTRING_LENGTH (s1) + XSTRING_LENGTH (s2)] = '\0'
179 179
180 /* Extract a doc string from a file. FILEPOS says where to get it. 180 /* Extract a doc string from a file. FILEPOS says where to get it.
181 (This could actually be byte code instructions/constants instead 181 (This could actually be byte code instructions/constants instead
182 of a doc string.) 182 of a doc string.)
183 If it is an integer, use that position in the standard DOC-... file. 183 If it is an integer, use that position in the standard DOC file.
184 If it is (FILE . INTEGER), use FILE as the file name 184 If it is (FILE . INTEGER), use FILE as the file name
185 and INTEGER as the position in that file. 185 and INTEGER as the position in that file.
186 But if INTEGER is negative, make it positive. 186 But if INTEGER is negative, make it positive.
187 (A negative integer is used for user variables, so we can distinguish 187 (A negative integer is used for user variables, so we can distinguish
188 them without actually fetching the doc string.) */ 188 them without actually fetching the doc string.) */