From 0e46275b4d2f06f8d60302db2e94083d66349cbc Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 25 Feb 2014 23:51:34 +0100 Subject: [PATCH] src/lread.c (Funintern): Fix doc to match advertised calling convention. --- src/ChangeLog | 4 ++++ src/lread.c | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index ed71ae9452b..6e697e4c944 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2014-02-25 Juanma Barranquero + + * lread.c (Funintern): Fix doc to match advertised calling convention. + 2014-02-24 Daniel Colascione * keyboard.c (read_char): Close race that resulted in lost events. diff --git a/src/lread.c b/src/lread.c index 635862f2654..4990d25eda1 100644 --- a/src/lread.c +++ b/src/lread.c @@ -3868,7 +3868,8 @@ DEFUN ("unintern", Funintern, Sunintern, 1, 2, 0, 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; -- 2.39.2