diff options
| author | Richard M. Stallman | 1993-05-01 13:20:55 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-05-01 13:20:55 +0000 |
| commit | 7df306149257ab4805246cbf5274e696fe492a6c (patch) | |
| tree | 1a7772a82480fd90aaf4fea112d792d5924f1d42 /src | |
| parent | a1bda481b9df6e10879d85ed3020069f626fc58f (diff) | |
| download | emacs-7df306149257ab4805246cbf5274e696fe492a6c.tar.gz emacs-7df306149257ab4805246cbf5274e696fe492a6c.zip | |
(Fsuspend_emacs): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index c6a55091ce0..d5e15152526 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -4180,7 +4180,7 @@ On systems that don't have job control, run a subshell instead.\n\n\ | |||
| 4180 | If optional arg STUFFSTRING is non-nil, its characters are stuffed\n\ | 4180 | If optional arg STUFFSTRING is non-nil, its characters are stuffed\n\ |
| 4181 | to be read as terminal input by Emacs's parent, after suspension.\n\ | 4181 | to be read as terminal input by Emacs's parent, after suspension.\n\ |
| 4182 | \n\ | 4182 | \n\ |
| 4183 | Before suspending, call the functions in `suspend-hooks' with no args.\n\ | 4183 | Before suspending, call the functions in `suspend-hook' with no args.\n\ |
| 4184 | If any of them returns nil, don't call the rest and don't suspend.\n\ | 4184 | If any of them returns nil, don't call the rest and don't suspend.\n\ |
| 4185 | Otherwise, suspend normally and after resumption run the normal hook\n\ | 4185 | Otherwise, suspend normally and after resumption run the normal hook\n\ |
| 4186 | `suspend-resume-hook' if that is bound and non-nil.\n\ | 4186 | `suspend-resume-hook' if that is bound and non-nil.\n\ |