comparison lisp/buff-menu.el @ 2307:10e417efb12a

Added or corrected Commentary sections
author Eric S. Raymond <esr@snark.thyrsus.com>
date Mon, 22 Mar 1993 03:27:18 +0000
parents 213978acbc1e
children ec4ffd67483d
comparison
equal deleted inserted replaced
2306:59c8668f70c7 2307:10e417efb12a
17 ;; GNU General Public License for more details. 17 ;; GNU General Public License for more details.
18 18
19 ;; You should have received a copy of the GNU General Public License 19 ;; You should have received a copy of the GNU General Public License
20 ;; along with GNU Emacs; see the file COPYING. If not, write to 20 ;; along with GNU Emacs; see the file COPYING. If not, write to
21 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 21 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
22
23 ;;; Commentary:
24
25 ;; Edit, delete, or change attributes of all currently active Emacs
26 ;; buffers from a list summarizing thir state. A good way to browse
27 ;; any special or scratch buffers you have loaded, since you can't find
28 ;; them by filename.
22 29
23 ;;; Code: 30 ;;; Code:
24 31
25 ; Put buffer *Buffer List* into proper mode right away 32 ; Put buffer *Buffer List* into proper mode right away
26 ; so that from now on even list-buffers is enough to get a buffer menu. 33 ; so that from now on even list-buffers is enough to get a buffer menu.