# HG changeset patch # User Karl Heuer # Date 775880277 0 # Node ID 68b00de2ac0f2212973c15a91b299cdefde891ab # Parent bc548090f760bc0db9afaee59bfd8cce4cd23d33 (auto-mode-alist): Fix typos in comments. diff -r bc548090f760 -r 68b00de2ac0f lisp/progmodes/sh-script.el --- 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)))