diff options
| author | Stefan Monnier | 2000-11-29 18:47:42 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2000-11-29 18:47:42 +0000 |
| commit | 8b5176cda8d001047cc05a5daf27291ddc3e6955 (patch) | |
| tree | b502023a8bd9ced21eee7cc32190ecd7b2c6cc32 /src/eval.c | |
| parent | f9396e03de25577052794a47714ce5761d0e54b4 (diff) | |
| download | emacs-8b5176cda8d001047cc05a5daf27291ddc3e6955.tar.gz emacs-8b5176cda8d001047cc05a5daf27291ddc3e6955.zip | |
*** empty log message ***
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\ |