/[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.97.2.7 by miles, Tue Jul 6 10:20:30 2004 UTC revision 1.97.2.8 by miles, Sat Sep 4 09:20:09 2004 UTC
# Line 404  string is passed through `substitute-com Line 404  string is passed through `substitute-com
404        else        else
405          return Qnil;          return Qnil;
406      }      }
407      else if (FUNVECP (fun))
408        {
409          /* Unless otherwise handled, funvecs have no documentation.  */
410          return Qnil;
411        }
412    else if (STRINGP (fun) || VECTORP (fun))    else if (STRINGP (fun) || VECTORP (fun))
413      {      {
414        return build_string ("Keyboard macro.");        return build_string ("Keyboard macro.");

Legend:
Removed from v.1.97.2.7  
changed lines
  Added in v.1.97.2.8

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