# HG changeset patch # User Andreas Schwab # Date 1075652820 0 # Node ID 11ae9146993f0e877efd785b4742707111c30ad5 # Parent 7ad05ecbc0d388799a4f05f060580266dfad3ebf (executable-command-find-posix-p): Doc fix. diff -r 7ad05ecbc0d3 -r 11ae9146993f lisp/progmodes/executable.el --- 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 ;; 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