diff options
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 | { |