# HG changeset patch # User Richard M. Stallman # Date 736262455 0 # Node ID 2c57852a01ca27897524648984942f694ebc9b41 # Parent e2e5dfa162b41f83b5bae9a3385dc89d1c6f254b (Fsuspend_emacs): Doc fix. diff -r e2e5dfa162b4 -r 2c57852a01ca src/keyboard.c --- a/src/keyboard.c Sat May 01 03:09:16 1993 +0000 +++ b/src/keyboard.c Sat May 01 13:20:55 1993 +0000 @@ -4180,7 +4180,7 @@ If optional arg STUFFSTRING is non-nil, its characters are stuffed\n\ to be read as terminal input by Emacs's parent, after suspension.\n\ \n\ -Before suspending, call the functions in `suspend-hooks' with no args.\n\ +Before suspending, call the functions in `suspend-hook' with no args.\n\ If any of them returns nil, don't call the rest and don't suspend.\n\ Otherwise, suspend normally and after resumption run the normal hook\n\ `suspend-resume-hook' if that is bound and non-nil.\n\