From 8b76d6f8eab68baebd7cc7da85e93bf09e4d34da Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Mon, 22 Aug 2011 23:09:59 -0400 Subject: * src/cmds.c (Fself_insert_command): Mention post-self-insert-hook. --- src/cmds.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/cmds.c') diff --git a/src/cmds.c b/src/cmds.c index f49cfc221be..c079ad7168f 100644 --- a/src/cmds.c +++ b/src/cmds.c @@ -271,7 +271,8 @@ Whichever character you type to run this command is inserted. Before insertion, `expand-abbrev' is executed if the inserted character does not have word syntax and the previous character in the buffer does. After insertion, the value of `auto-fill-function' is called if the -`auto-fill-chars' table has a non-nil value for the inserted character. */) +`auto-fill-chars' table has a non-nil value for the inserted character. +At the end, it runs `post-self-insert-hook'. */) (Lisp_Object n) { int remove_boundary = 1; -- cgit v1.2.1