+2014-02-25 Juanma Barranquero <lekktu@gmail.com>
+
+ * lread.c (Funintern): Fix doc to match advertised calling convention.
+
2014-02-24 Daniel Colascione <dancol@dancol.org>
* keyboard.c (read_char): Close race that resulted in lost events.
The value is t if a symbol was found and deleted, nil otherwise.
NAME may be a string or a symbol. If it is a symbol, that symbol
is deleted, if it belongs to OBARRAY--no other symbol is deleted.
-OBARRAY defaults to the value of the variable `obarray'. */)
+OBARRAY, if nil, defaults to the value of the variable `obarray'.
+usage: (unintern NAME OBARRAY) */)
(Lisp_Object name, Lisp_Object obarray)
{
register Lisp_Object string, tem;