]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fcdr_safe): Delete extraneous blank in docstring.
authorKarl Heuer <kwzh@gnu.org>
Fri, 16 Sep 1994 22:02:54 +0000 (22:02 +0000)
committerKarl Heuer <kwzh@gnu.org>
Fri, 16 Sep 1994 22:02:54 +0000 (22:02 +0000)
src/data.c

index b0959a92e55c70104fa0e5aa3289ecec1722e3b1..5eceec4574f57fb5f3f3c14a453b1911a7359c69 100644 (file)
@@ -419,7 +419,7 @@ Error if arg is not nil and not a cons cell.  See also `cdr-safe'.")
 }
 
 DEFUN ("cdr-safe", Fcdr_safe, Scdr_safe, 1, 1, 0,
-  "Return the cdr of OBJECT if it is a cons cell, or else  nil.")
+  "Return the cdr of OBJECT if it is a cons cell, or else nil.")
   (object)
      Lisp_Object object;
 {