From: Karl Heuer Date: Fri, 16 Sep 1994 22:02:54 +0000 (+0000) Subject: (Fcdr_safe): Delete extraneous blank in docstring. X-Git-Tag: emacs-19.34~7056 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b7abc8faa69806f7015e5b6813cea8ec4adf22c3;p=emacs.git (Fcdr_safe): Delete extraneous blank in docstring. --- diff --git a/src/data.c b/src/data.c index b0959a92e55..5eceec4574f 100644 --- a/src/data.c +++ b/src/data.c @@ -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; {