/[emacs]/emacs/src/doc.c
ViewVC logotype

Diff of /emacs/src/doc.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.94 by monnier, Wed Apr 3 16:28:30 2002 UTC revision 1.95 by lektu, Wed Apr 3 16:46:47 2002 UTC
# Line 441  string is passed through `substitute-com Line 441  string is passed through `substitute-com
441    
442    /* If DOC is 0, it's typically because of a dumped file missing    /* If DOC is 0, it's typically because of a dumped file missing
443       from the DOC file (bug in src/Makefile.in).  */       from the DOC file (bug in src/Makefile.in).  */
444    if (EQ (tem, make_number (0))    if (EQ (tem, make_number (0)))
445        tem = Qnil;        tem = Qnil;
446    if (INTEGERP (doc) || CONSP (doc))    if (INTEGERP (doc) || CONSP (doc))
447      {      {
# Line 487  aren't strings.  */) Line 487  aren't strings.  */)
487   documentation_property:   documentation_property:
488        
489    tem = Fget (symbol, prop);    tem = Fget (symbol, prop);
490    if (EQ (tem, make_number (0))    if (EQ (tem, make_number (0)))
491        tem = Qnil;        tem = Qnil;
492    if (INTEGERP (tem) || (CONSP (tem) && INTEGERP (XCDR (tem))))    if (INTEGERP (tem) || (CONSP (tem) && INTEGERP (XCDR (tem))))
493      {      {

Legend:
Removed from v.1.94  
changed lines
  Added in v.1.95

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26