aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab <[email protected]>2004-02-01 16:27:34 +0000
committerAndreas Schwab <[email protected]>2004-02-01 16:27:34 +0000
commit679be51789b7ffd4cb90662cbd89bfad36a84bb0 (patch)
tree894788409f96b6b86582b5c05526c7d9b2b35631
parentb3a3e4e1628a48e4f3ca5004d2a7a48e6cc8052c (diff)
(executable-command-find-posix-p): Doc fix.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/progmodes/executable.el4
2 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f4cdf9028b..8885aff60e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2004-02-01 Andreas Schwab <[email protected]>
+
+ * progmodes/executable.el (executable-command-find-posix-p): Doc
+ fix.
+
2004-02-01 Stephen Eglen <[email protected]>
* info-look.el: Add support for maxima-mode. Update commentary
diff --git a/lisp/progmodes/executable.el b/lisp/progmodes/executable.el
index 4d12031588..b301d84d14 100644
--- a/lisp/progmodes/executable.el
+++ b/lisp/progmodes/executable.el
@@ -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 <[email protected]>
;; 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