From cf590d3a01dd1966f314cb72de4280c7cb79abfa Mon Sep 17 00:00:00 2001 From: Arthur Gleckler Date: Fri, 20 Sep 1991 13:35:25 +0000 Subject: [PATCH] Fix major mode description to reflect previous change: Bind DIRED-FLAG-FILE-FOR-COPY to #\k instead of #\C. #\C is already bound to DIRED-COMPRESS. --- v7/src/edwin/dired.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/edwin/dired.scm b/v7/src/edwin/dired.scm index 13b84d1b8..ac3a69cbd 100644 --- a/v7/src/edwin/dired.scm +++ b/v7/src/edwin/dired.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/dired.scm,v 1.116 1991/09/20 13:34:08 arthur Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/dired.scm,v 1.117 1991/09/20 13:35:25 arthur Exp $ ;;; ;;; Copyright (c) 1986, 1989-91 Massachusetts Institute of Technology ;;; @@ -64,7 +64,7 @@ Type . to flag numerical backups for Deletion. (Spares dired-kept-versions or its numeric argument.) Type r to rename a file. Type c to copy a file. -Type C to mark a file for Copying. +Type k to mark a file for Copying. Type y to copy files marked for Copying. Type g to read the directory again. This discards all deletion-flags. Space and Rubout can be used to move down and up by lines. -- 2.25.1