changeset 53772:11ae9146993f

(executable-command-find-posix-p): Doc fix.
author Andreas Schwab <schwab@suse.de>
date Sun, 01 Feb 2004 16:27:00 +0000
parents 7ad05ecbc0d3
children 6becf34c6cfe
files lisp/progmodes/executable.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/executable.el	Sun Feb 01 13:52:33 2004 +0000
+++ b/lisp/progmodes/executable.el	Sun Feb 01 16:27:00 2004 +0000
@@ -1,6 +1,6 @@
 ;;; executable.el --- base functionality for executable interpreter scripts -*- byte-compile-dynamic: t -*-
 
-;; Copyright (C) 1994, 1995, 1996, 2000, 2003 by Free Software Foundation, Inc.
+;; Copyright (C) 1994, 1995, 1996, 2000, 2003, 2004 by Free Software Foundation, Inc.
 
 ;; Author: Daniel Pfeiffer <occitan@esperanto.org>
 ;; Keywords: languages, unix
@@ -143,7 +143,7 @@
 ;;;###autoload
 (defun executable-command-find-posix-p (&optional program)
   "Check if PROGRAM handles arguments Posix-style.
-If PROGRAM is non-nil, use that instead of "find"."
+If PROGRAM is non-nil, use that instead of \"find\"."
   ;;  Pick file to search from location we know
   (let* ((dir   (car load-path))
          (file  (find-if