diff options
| author | Jim Blandy | 1993-06-09 11:59:12 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-06-09 11:59:12 +0000 |
| commit | eb8c3be94e12644f506b8857e49ffef88046bb0b (patch) | |
| tree | 505c4ea5ae59214e4d6e749047d160c98191c9d2 /lisp/buff-menu.el | |
| parent | 16a4a21d0117ef5ed346f340f244fe199d3c8a26 (diff) | |
| download | emacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.tar.gz emacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.zip | |
Apply typo patches from Paul Eggert.
Diffstat (limited to 'lisp/buff-menu.el')
| -rw-r--r-- | lisp/buff-menu.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/buff-menu.el b/lisp/buff-menu.el index eb4c8386c3f..88e439a0539 100644 --- a/lisp/buff-menu.el +++ b/lisp/buff-menu.el | |||
| @@ -23,7 +23,7 @@ | |||
| 23 | ;;; Commentary: | 23 | ;;; Commentary: |
| 24 | 24 | ||
| 25 | ;; Edit, delete, or change attributes of all currently active Emacs | 25 | ;; Edit, delete, or change attributes of all currently active Emacs |
| 26 | ;; buffers from a list summarizing thir state. A good way to browse | 26 | ;; buffers from a list summarizing their state. A good way to browse |
| 27 | ;; any special or scratch buffers you have loaded, since you can't find | 27 | ;; any special or scratch buffers you have loaded, since you can't find |
| 28 | ;; them by filename. The single entry point is `Buffer-menu-mode', | 28 | ;; them by filename. The single entry point is `Buffer-menu-mode', |
| 29 | ;; normally bound to C-x C-b. | 29 | ;; normally bound to C-x C-b. |