changeset 8428:68b00de2ac0f

(auto-mode-alist): Fix typos in comments.
author Karl Heuer <kwzh@gnu.org>
date Wed, 03 Aug 1994 02:17:57 +0000
parents bc548090f760
children f4138f5dc0d3
files lisp/progmodes/sh-script.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/sh-script.el	Wed Aug 03 00:12:07 1994 +0000
+++ b/lisp/progmodes/sh-script.el	Wed Aug 03 02:17:57 1994 +0000
@@ -42,10 +42,10 @@
 ;;;###dont-autoload
 (setq auto-mode-alist
       ;; matches files
-      ;;	- who's path contains /bin/, but not directories
+      ;;	- whose path contains /bin/, but not directories
       (cons '("/bin/" . sh-or-other-mode)
 	    ;;	- that have a suffix .sh or .shar (shell archive)
-	    ;;	- that contain ressources for the various shells
+	    ;;	- that contain resources for the various shells
 	    ;;	- startup files for X11
 	    (cons '("\\.sh$\\|\\.shar$\\|/\\.\\(profile\\|bash_profile\\|login\\|bash_login\\|logout\\|bash_logout\\|bashrc\\|t?cshrc\\|xinitrc\\|startxrc\\|xsession\\)$" . sh-mode)
 		  auto-mode-alist)))