]> git.eshelyaron.com Git - emacs.git/commitdiff
src/lread.c (Funintern): Fix doc to match advertised calling convention.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 25 Feb 2014 22:51:34 +0000 (23:51 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 25 Feb 2014 22:51:34 +0000 (23:51 +0100)
src/ChangeLog
src/lread.c

index ed71ae9452bb258ff11b9aee2e7429b802461043..6e697e4c9445d9ed209f14a0a9f2fc556673135b 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 635862f265482c4225b366aeccfbf2270e5f25c9..4990d25eda1a3f86a61ecc04896951bd97ced252 100644 (file)
@@ -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;