aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmds.c
diff options
context:
space:
mode:
authorStefan Monnier2011-08-22 23:09:59 -0400
committerStefan Monnier2011-08-22 23:09:59 -0400
commit8b76d6f8eab68baebd7cc7da85e93bf09e4d34da (patch)
treeea8ba82455fc6b5422d92e98bfc62bef91ebf61b /src/cmds.c
parent867cab7493ffdaa9de2b06db573a5f6290a2042f (diff)
downloademacs-8b76d6f8eab68baebd7cc7da85e93bf09e4d34da.tar.gz
emacs-8b76d6f8eab68baebd7cc7da85e93bf09e4d34da.zip
* src/cmds.c (Fself_insert_command): Mention post-self-insert-hook.
Diffstat (limited to 'src/cmds.c')
-rw-r--r--src/cmds.c3
1 files changed, 2 insertions, 1 deletions
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.
271Before insertion, `expand-abbrev' is executed if the inserted character does 271Before insertion, `expand-abbrev' is executed if the inserted character does
272not have word syntax and the previous character in the buffer does. 272not have word syntax and the previous character in the buffer does.
273After insertion, the value of `auto-fill-function' is called if the 273After insertion, the value of `auto-fill-function' is called if the
274`auto-fill-chars' table has a non-nil value for the inserted character. */) 274`auto-fill-chars' table has a non-nil value for the inserted character.
275At the end, it runs `post-self-insert-hook'. */)
275 (Lisp_Object n) 276 (Lisp_Object n)
276{ 277{
277 int remove_boundary = 1; 278 int remove_boundary = 1;