summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS4
-rw-r--r--src/ChangeLog3
2 files changed, 7 insertions, 0 deletions
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 <gerd@gnu.org>
+ * 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.