diff options
Diffstat (limited to 'src/data.c')
| -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 70fb084fc97..3a19314873c 100644 --- a/src/data.c +++ b/src/data.c | |||
| @@ -1179,7 +1179,7 @@ From now on the default value will apply in this buffer.") | |||
| 1179 | This is like Findirect_function, except that it doesn't signal an | 1179 | This is like Findirect_function, except that it doesn't signal an |
| 1180 | error if the chain ends up unbound. */ | 1180 | error if the chain ends up unbound. */ |
| 1181 | Lisp_Object | 1181 | Lisp_Object |
| 1182 | indirect_function (object, error) | 1182 | indirect_function (object) |
| 1183 | register Lisp_Object object; | 1183 | register Lisp_Object object; |
| 1184 | { | 1184 | { |
| 1185 | Lisp_Object tortise, hare; | 1185 | Lisp_Object tortise, hare; |