diff options
Diffstat (limited to 'src/eval.c')
| -rw-r--r-- | src/eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eval.c b/src/eval.c index 54ca9eb24b1..8d8b9b14d42 100644 --- a/src/eval.c +++ b/src/eval.c | |||
| @@ -2140,7 +2140,7 @@ Thus, (apply '+ 1 2 '(3 4)) returns 10.") | |||
| 2140 | 2140 | ||
| 2141 | enum run_hooks_condition {to_completion, until_success, until_failure}; | 2141 | enum run_hooks_condition {to_completion, until_success, until_failure}; |
| 2142 | 2142 | ||
| 2143 | DEFUN ("run-hooks", Frun_hooks, Srun_hooks, 1, MANY, 0, | 2143 | DEFUN ("run-hooks", Frun_hooks, Srun_hooks, 0, MANY, 0, |
| 2144 | "Run each hook in HOOKS. Major mode functions use this.\n\ | 2144 | "Run each hook in HOOKS. Major mode functions use this.\n\ |
| 2145 | Each argument should be a symbol, a hook variable.\n\ | 2145 | Each argument should be a symbol, a hook variable.\n\ |
| 2146 | These symbols are processed in the order specified.\n\ | 2146 | These symbols are processed in the order specified.\n\ |