comparison src/doc.c @ 26471:b1863c0b8f9c

(Fdocumentation): Remove gcpro here too.
author Dave Love <fx@gnu.org>
date Tue, 16 Nov 1999 18:24:17 +0000
parents 00b7d6135be4
children 60c820c7f330
comparison
equal deleted inserted replaced
26470:4d3e6533ede0 26471:b1863c0b8f9c
371 oops: 371 oops:
372 Fsignal (Qinvalid_function, Fcons (fun, Qnil)); 372 Fsignal (Qinvalid_function, Fcons (fun, Qnil));
373 } 373 }
374 374
375 if (NILP (raw)) 375 if (NILP (raw))
376 { 376 doc = Fsubstitute_command_keys (doc);
377 struct gcpro gcpro1;
378
379 GCPRO1 (doc);
380 doc = Fsubstitute_command_keys (doc);
381 UNGCPRO;
382 }
383 return doc; 377 return doc;
384 } 378 }
385 379
386 DEFUN ("documentation-property", Fdocumentation_property, Sdocumentation_property, 2, 3, 0, 380 DEFUN ("documentation-property", Fdocumentation_property, Sdocumentation_property, 2, 3, 0,
387 "Return the documentation string that is SYMBOL's PROP property.\n\ 381 "Return the documentation string that is SYMBOL's PROP property.\n\