Mercurial > emacs
diff src/doc.c @ 49600:23a1cea22d13
Trailing whitespace deleted.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Tue, 04 Feb 2003 14:56:31 +0000 |
| parents | 40db0673e6f0 |
| children | 36d13cf0f114 d7ddb3e565de |
line wrap: on
line diff
--- a/src/doc.c Tue Feb 04 13:30:45 2003 +0000 +++ b/src/doc.c Tue Feb 04 14:56:31 2003 +0000 @@ -151,7 +151,7 @@ if (!STRINGP (file)) return Qnil; - + /* Put the file name in NAME as a C string. If it is relative, combine it with Vdoc_directory. */ @@ -375,12 +375,12 @@ documentation: doc = Qnil; - + if (SYMBOLP (function) && (tem = Fget (function, Qfunction_documentation), !NILP (tem))) return Fdocumentation_property (function, Qfunction_documentation, raw); - + fun = Findirect_function (function); if (SUBRP (fun)) { @@ -487,7 +487,7 @@ Lisp_Object tem; documentation_property: - + tem = Fget (symbol, prop); if (EQ (tem, make_number (0))) tem = Qnil; @@ -512,7 +512,7 @@ else if (!STRINGP (tem)) /* Feval protects its argument. */ tem = Feval (tem); - + if (NILP (raw) && STRINGP (tem)) tem = Fsubstitute_command_keys (tem); return tem; @@ -918,7 +918,7 @@ { Qfunction_documentation = intern ("function-documentation"); staticpro (&Qfunction_documentation); - + DEFVAR_LISP ("internal-doc-file-name", &Vdoc_file_name, doc: /* Name of file containing documentation strings of built-in symbols. */); Vdoc_file_name = Qnil;
