+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
;;; 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
;;;###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