]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Tue, 7 Mar 2000 14:21:40 +0000 (14:21 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 7 Mar 2000 14:21:40 +0000 (14:21 +0000)
etc/NEWS
src/ChangeLog

index 8f89a8980e9bb6c74b9f8fc43e314d8061165549..ae13ffd8c662faa14d4a3a9fe823b483b7adeff0 100644 (file)
--- 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.
 
index 11f10d79cae2aa5011f441678f5aeb93869c8989..08700fe69cfcc84972fe4ac5d7924c940c48368c 100644 (file)
@@ -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.