diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-08-24 14:20:36 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-08-24 14:20:36 -0700 |
commit | 011ba6eaacfa50cc9871d0cfea34e8f0a7a5bc43 (patch) | |
tree | ced7a98ff1eb289559da6ebfda46a8e436640da6 /src/cmds.c | |
parent | fe4496a6e27ac892283b8568adbd12831868cc54 (diff) | |
parent | f22f4808a08e8f985d5e6175bbd13d5260e1ab1a (diff) | |
download | emacs-011ba6eaacfa50cc9871d0cfea34e8f0a7a5bc43.tar.gz |
Merge from trunk.
Diffstat (limited to 'src/cmds.c')
-rw-r--r-- | src/cmds.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cmds.c b/src/cmds.c index 2feaf313f23..5a155ac77a5 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; |