diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index f8008195498..05cc12eea6f 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -1320,7 +1320,7 @@ No argument or nil as argument means do this for the current buffer. */) | |||
| 1320 | } | 1320 | } |
| 1321 | 1321 | ||
| 1322 | /* | 1322 | /* |
| 1323 | DEFVAR_LISP ("kill-buffer-hook", no_cell, "\ | 1323 | DEFVAR_LISP ("kill-buffer-hook", ..., "\ |
| 1324 | Hook to be run (by `run-hooks', which see) when a buffer is killed.\n\ | 1324 | Hook to be run (by `run-hooks', which see) when a buffer is killed.\n\ |
| 1325 | The buffer being killed will be current while the hook is running.\n\ | 1325 | The buffer being killed will be current while the hook is running.\n\ |
| 1326 | See `kill-buffer'." | 1326 | See `kill-buffer'." |