diff options
| author | Stefan Monnier | 2011-08-22 23:09:59 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2011-08-22 23:09:59 -0400 |
| commit | 8b76d6f8eab68baebd7cc7da85e93bf09e4d34da (patch) | |
| tree | ea8ba82455fc6b5422d92e98bfc62bef91ebf61b /src/cmds.c | |
| parent | 867cab7493ffdaa9de2b06db573a5f6290a2042f (diff) | |
| download | emacs-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.c | 3 |
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. | |||
| 271 | Before insertion, `expand-abbrev' is executed if the inserted character does | 271 | Before insertion, `expand-abbrev' is executed if the inserted character does |
| 272 | not have word syntax and the previous character in the buffer does. | 272 | not have word syntax and the previous character in the buffer does. |
| 273 | After insertion, the value of `auto-fill-function' is called if the | 273 | After 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. |
| 275 | At 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; |