changeset 5460:3bd42ee22d1f

(start-process-shell-command): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Thu, 06 Jan 1994 04:39:00 +0000
parents ff128e39003b
children 5bb33851230e
files lisp/find-dired.el lisp/subr.el
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/find-dired.el	Thu Jan 06 04:36:22 1994 +0000
+++ b/lisp/find-dired.el	Thu Jan 06 04:39:00 1994 +0000
@@ -7,8 +7,8 @@
 ;; Maintainer: Sebastian Kremer <sk@thp.uni-koeln.de>
 ;; Keywords: unix
 
-(defconst find-dired-version (substring "$Revision: 1.12 $" 11 -2)
-  "$Id: find-dired.el,v 1.12 1993/04/23 06:51:38 eric Exp roland $")
+(defconst find-dired-version (substring "$Revision: 1.13 $" 11 -2)
+  "$Id: find-dired.el,v 1.13 1993/05/28 00:58:08 roland Exp rms $")
 
 ;;; This program is free software; you can redistribute it and/or modify
 ;;; it under the terms of the GNU General Public License as published by
@@ -33,7 +33,7 @@
 ;;    find-dired|Roland McGrath, Sebastian Kremer
 ;;    |roland@gnu.ai.mit.edu, sk@thp.uni-koeln.de
 ;;    |Run a `find' command and dired the output
-;;    |$Date: 1993/04/23 06:51:38 $|$Revision: 1.12 $|
+;;    |$Date: 1993/05/28 00:58:08 $|$Revision: 1.13 $|
 
 ;; INSTALLATION ======================================================
 
@@ -229,7 +229,7 @@
  with any buffer
 Third arg is command name, the name of a shell command.
 Remaining arguments are the arguments for the command.
-Wildcards and redirection are handle as usual in the shell."
+Wildcards and redirection are handled as usual in the shell."
   (if (eq system-type 'vax-vms)
       (apply 'start-process name buffer args)
     (start-process name buffer shell-file-name "-c"
--- a/lisp/subr.el	Thu Jan 06 04:36:22 1994 +0000
+++ b/lisp/subr.el	Thu Jan 06 04:39:00 1994 +0000
@@ -630,7 +630,7 @@
  with any buffer
 Third arg is command name, the name of a shell command.
 Remaining arguments are the arguments for the command.
-Wildcards and redirection are handle as usual in the shell."
+Wildcards and redirection are handled as usual in the shell."
   (if (eq system-type 'vax-vms)
       (apply 'start-process name buffer args)
     (start-process name buffer shell-file-name "-c"