From 307208a43fb049962a2a624386d8527f8e7f8628 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 25 Sep 2001 12:57:26 +0000 Subject: [PATCH] Fix bug: documentation string for M-x repeat-complex-command was referring to repeat-complex-command mode, which no longer exists. --- v7/src/edwin/prompt.scm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/v7/src/edwin/prompt.scm b/v7/src/edwin/prompt.scm index a09132862..2f75517c7 100644 --- a/v7/src/edwin/prompt.scm +++ b/v7/src/edwin/prompt.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: prompt.scm,v 1.196 2001/05/10 02:11:44 cph Exp $ +;;; $Id: prompt.scm,v 1.197 2001/09/25 12:57:26 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2001 Massachusetts Institute of Technology ;;; @@ -939,9 +939,7 @@ A complex command is one which used the minibuffer. The command is placed in the minibuffer as a Scheme form for editing. The result is executed, repeating the command as changed. If the command has been changed or is not the most recent previous command -it is added to the front of the command history. -Whilst editing the command, the following commands are available: -\\{repeat-complex-command}" +it is added to the front of the command history." "p" (lambda (argument) ;; Kludge. -- 2.25.1