aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-05-01 13:20:55 +0000
committerRichard M. Stallman1993-05-01 13:20:55 +0000
commit7df306149257ab4805246cbf5274e696fe492a6c (patch)
tree1a7772a82480fd90aaf4fea112d792d5924f1d42 /src
parenta1bda481b9df6e10879d85ed3020069f626fc58f (diff)
downloademacs-7df306149257ab4805246cbf5274e696fe492a6c.tar.gz
emacs-7df306149257ab4805246cbf5274e696fe492a6c.zip
(Fsuspend_emacs): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c2
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\
4180If optional arg STUFFSTRING is non-nil, its characters are stuffed\n\ 4180If optional arg STUFFSTRING is non-nil, its characters are stuffed\n\
4181to be read as terminal input by Emacs's parent, after suspension.\n\ 4181to be read as terminal input by Emacs's parent, after suspension.\n\
4182\n\ 4182\n\
4183Before suspending, call the functions in `suspend-hooks' with no args.\n\ 4183Before suspending, call the functions in `suspend-hook' with no args.\n\
4184If any of them returns nil, don't call the rest and don't suspend.\n\ 4184If any of them returns nil, don't call the rest and don't suspend.\n\
4185Otherwise, suspend normally and after resumption run the normal hook\n\ 4185Otherwise, 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\