Mercurial > emacs
comparison src/doc.c @ 39675:a4def4204419
*** empty log message ***
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Mon, 08 Oct 2001 06:45:26 +0000 |
parents | 681963400696 |
children | 0b986bb45526 |
comparison
equal
deleted
inserted
replaced
39674:7f6969b62d39 | 39675:a4def4204419 |
---|---|
394 Sdocumentation_property, 2, 3, 0, | 394 Sdocumentation_property, 2, 3, 0, |
395 "Return the documentation string that is SYMBOL's PROP property.\n\ | 395 "Return the documentation string that is SYMBOL's PROP property.\n\ |
396 Third argument RAW omitted or nil means pass the result through\n\ | 396 Third argument RAW omitted or nil means pass the result through\n\ |
397 `substitute-command-keys' if it is a string.\n\ | 397 `substitute-command-keys' if it is a string.\n\ |
398 \n\ | 398 \n\ |
399 This is differs from `get' in that it can refer to strings stored in the\n\ | 399 This differs from `get' in that it can refer to strings stored in the\n\ |
400 `etc/DOC' file; and that it evaluates documentation properties that\n\ | 400 `etc/DOC' file; and that it evaluates documentation properties that\n\ |
401 aren't strings.") | 401 aren't strings.") |
402 (symbol, prop, raw) | 402 (symbol, prop, raw) |
403 Lisp_Object symbol, prop, raw; | 403 Lisp_Object symbol, prop, raw; |
404 { | 404 { |