Mercurial > emacs
changeset 28335:012be509f4f4
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Sun, 26 Mar 2000 19:33:04 +0000 |
parents | f9cb3463ee2a |
children | 49b7af1b8e1b |
files | etc/NEWS src/ChangeLog |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Sun Mar 26 19:32:02 2000 +0000 +++ b/etc/NEWS Sun Mar 26 19:33:04 2000 +0000 @@ -1121,10 +1121,15 @@ #25rah => 267 -** The function documentation-property now evaluates the value of +** The function `documentation-property' now evaluates the value of the given property to obtain a a string if it doesn't refer to etc/DOC and isn't a string. +** If called for a symbol, the function `documentation' now looks for +a `function-documentation' property of that symbol. If it has a non-nil +value, the documentation is taken from that value. If the value is +not a string, it is evaluated to obtain a string. + +++ ** The last argument of `define-key-after' defaults to t for convenience.