comparison lisp/dired-aux.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 bd3c525fa6fc
children 0f6e6e56b403
comparison
equal deleted inserted replaced
2306:59c8668f70c7 2307:10e417efb12a
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 22
23 ;;; Commentary: 23 ;;; Commentary:
24
25 ;; The parts of dired mode not normally used. This is a space-saving hack
26 ;; to avoid having to load a large mode when all that's wanted are a few
27 ;; functions.
24 28
25 ;; Rewritten in 1990/1991 to add tree features, file marking and 29 ;; Rewritten in 1990/1991 to add tree features, file marking and
26 ;; sorting by Sebastian Kremer <sk@thp.uni-koeln.de>. 30 ;; sorting by Sebastian Kremer <sk@thp.uni-koeln.de>.
27 ;; Finished up by rms in 1992. 31 ;; Finished up by rms in 1992.
28 32