emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116562: src/lread.c (Funintern): Fix doc to match a


From: Juanma Barranquero
Subject: [Emacs-diffs] trunk r116562: src/lread.c (Funintern): Fix doc to match advertised calling convention.
Date: Tue, 25 Feb 2014 22:51:45 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116562
revision-id: address@hidden
parent: address@hidden
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Tue 2014-02-25 23:51:34 +0100
message:
  src/lread.c (Funintern): Fix doc to match advertised calling convention.
modified:
  src/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1438
  src/lread.c                    lread.c-20091113204419-o5vbwnq5f7feedwu-266
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2014-02-24 14:27:37 +0000
+++ b/src/ChangeLog     2014-02-25 22:51:34 +0000
@@ -1,3 +1,7 @@
+2014-02-25  Juanma Barranquero  <address@hidden>
+
+       * lread.c (Funintern): Fix doc to match advertised calling convention.
+
 2014-02-24  Daniel Colascione  <address@hidden>
 
        * keyboard.c (read_char): Close race that resulted in lost events.

=== modified file 'src/lread.c'
--- a/src/lread.c       2014-01-27 05:29:30 +0000
+++ b/src/lread.c       2014-02-25 22:51:34 +0000
@@ -3868,7 +3868,8 @@
 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;


reply via email to

[Prev in Thread] Current Thread [Next in Thread]