1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-09 13:10:57 -08:00

*** empty log message ***

This commit is contained in:
Gerd Moellmann 2000-03-07 14:21:40 +00:00
parent f6ee1260dd
commit e9b4e5ff0c
2 changed files with 7 additions and 0 deletions

View file

@ -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.

View 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.