From: Gerd Moellmann Date: Tue, 7 Mar 2000 14:21:40 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~4735 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e9b4e5ff0cdfeebd97f9b90052d8862a8cc04877;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index 8f89a8980e9..ae13ffd8c66 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1019,6 +1019,10 @@ Note that +++ before an item means the Lisp manual has been updated. When you add a new item, please add it without either +++ or --- so I will know I still need to look at it -- rms. +** 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. + +++ ** The last argument of `define-key-after' defaults to t for convenience. diff --git a/src/ChangeLog b/src/ChangeLog index 11f10d79cae..08700fe69cf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2000-03-07 Gerd Moellmann + * doc.c (Fdocumentation_property): If value is not a string, + and doesn't refer to etc/DOC, evaluate it to obtain a string. + * xterm.c (x_connection_closed) [USE_X_TOOLKIT]: Don't try to close the display with XtCloseDisplay. This caused a bus error on OpenWindows.