diff options
| author | Karl Heuer | 1994-09-16 22:02:54 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-09-16 22:02:54 +0000 |
| commit | b7abc8faa69806f7015e5b6813cea8ec4adf22c3 (patch) | |
| tree | 71c64108d9740e6417d6b3823e5b20e70668e0ce /src | |
| parent | dce36b491f91b8c24061693ec0b2504318e87427 (diff) | |
| download | emacs-b7abc8faa69806f7015e5b6813cea8ec4adf22c3.tar.gz emacs-b7abc8faa69806f7015e5b6813cea8ec4adf22c3.zip | |
(Fcdr_safe): Delete extraneous blank in docstring.
Diffstat (limited to 'src')
| -rw-r--r-- | src/data.c | 2 |
1 files changed, 1 insertions, 1 deletions
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'.") | |||
| 419 | } | 419 | } |
| 420 | 420 | ||
| 421 | DEFUN ("cdr-safe", Fcdr_safe, Scdr_safe, 1, 1, 0, | 421 | DEFUN ("cdr-safe", Fcdr_safe, Scdr_safe, 1, 1, 0, |
| 422 | "Return the cdr of OBJECT if it is a cons cell, or else nil.") | 422 | "Return the cdr of OBJECT if it is a cons cell, or else nil.") |
| 423 | (object) | 423 | (object) |
| 424 | Lisp_Object object; | 424 | Lisp_Object object; |
| 425 | { | 425 | { |