diff options
| author | Chong Yidong | 2008-10-11 17:37:12 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-10-11 17:37:12 +0000 |
| commit | dd4c0a92b7c69f18873687fd082272c65b27dab6 (patch) | |
| tree | f8e417a5931e61ccd51f9592c54ba799418225cf | |
| parent | ea146ed84a034cdd601178a183b631fa6757a911 (diff) | |
| download | emacs-dd4c0a92b7c69f18873687fd082272c65b27dab6.tar.gz emacs-dd4c0a92b7c69f18873687fd082272c65b27dab6.zip | |
Documented clone-indirect-buffer and kill-matching-buffers.
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -483,6 +483,7 @@ called with a prefix and the default directory is a remote file name. | |||
| 483 | This is because some file name handlers (like ange-ftp) are not able to | 483 | This is because some file name handlers (like ange-ftp) are not able to |
| 484 | run processes remotely. | 484 | run processes remotely. |
| 485 | 485 | ||
| 486 | +++ | ||
| 486 | *** The new command kill-matching-buffers kills buffers whose name | 487 | *** The new command kill-matching-buffers kills buffers whose name |
| 487 | matches a regexp. | 488 | matches a regexp. |
| 488 | 489 | ||
| @@ -1129,6 +1130,7 @@ like this: | |||
| 1129 | (foo bar) | 1130 | (foo bar) |
| 1130 | ((debug error) nil)) | 1131 | ((debug error) nil)) |
| 1131 | 1132 | ||
| 1133 | +++ | ||
| 1132 | ** clone-indirect-buffer now runs the clone-indirect-buffer-hook. | 1134 | ** clone-indirect-buffer now runs the clone-indirect-buffer-hook. |
| 1133 | 1135 | ||
| 1134 | ** `beginning-of-defun-function' now takes one argument, the count | 1136 | ** `beginning-of-defun-function' now takes one argument, the count |