]> git.eshelyaron.com Git - emacs.git/commitdiff
(executable-command-find-posix-p): Doc fix.
authorAndreas Schwab <schwab@suse.de>
Sun, 1 Feb 2004 16:27:34 +0000 (16:27 +0000)
committerAndreas Schwab <schwab@suse.de>
Sun, 1 Feb 2004 16:27:34 +0000 (16:27 +0000)
lisp/ChangeLog
lisp/progmodes/executable.el

index f4cdf9028bdb2799faf75787f87927890d74c414..8885aff60e35684130c0589a74166cb0d32d0378 100644 (file)
@@ -1,3 +1,8 @@
+2004-02-01  Andreas Schwab  <schwab@suse.de>
+
+       * progmodes/executable.el (executable-command-find-posix-p): Doc
+       fix.
+
 2004-02-01  Stephen Eglen  <stephen@gnu.org>
 
        * info-look.el: Add support for maxima-mode.  Update commentary
index 4d12031588de96d3ad3208841ded334cb43c7b04..b301d84d144837b2b6cd9b62b160ead6dd93689f 100644 (file)
@@ -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 @@ See `compilation-error-regexp-alist'.")
 ;;;###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