aboutsummaryrefslogtreecommitdiffstats
path: root/src/lread.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lread.c')
-rw-r--r--src/lread.c3
1 files changed, 2 insertions, 1 deletions
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,
3868The value is t if a symbol was found and deleted, nil otherwise. 3868The value is t if a symbol was found and deleted, nil otherwise.
3869NAME may be a string or a symbol. If it is a symbol, that symbol 3869NAME may be a string or a symbol. If it is a symbol, that symbol
3870is deleted, if it belongs to OBARRAY--no other symbol is deleted. 3870is deleted, if it belongs to OBARRAY--no other symbol is deleted.
3871OBARRAY defaults to the value of the variable `obarray'. */) 3871OBARRAY, if nil, defaults to the value of the variable `obarray'.
3872usage: (unintern NAME OBARRAY) */)
3872 (Lisp_Object name, Lisp_Object obarray) 3873 (Lisp_Object name, Lisp_Object obarray)
3873{ 3874{
3874 register Lisp_Object string, tem; 3875 register Lisp_Object string, tem;