# HG changeset patch # User Karl Heuer # Date 820799287 0 # Node ID dd4a20edf654200a3c6e6256ac394412391dff7a # Parent 7709c74b3188e7286d8b3fcd69c8293d716a8b7e (sh-mode-syntax-table): Doc fix. diff -r 7709c74b3188 -r dd4a20edf654 lisp/progmodes/sh-script.el --- a/lisp/progmodes/sh-script.el Thu Jan 04 23:47:56 1996 +0000 +++ b/lisp/progmodes/sh-script.el Thu Jan 04 23:48:07 1996 +0000 @@ -53,7 +53,7 @@ (setq auto-mode-alist ;; matches files ;; - that have a suffix .sh, .csh or .shar (shell archive) - ;; - that contain ressources for the various shells + ;; - that contain resources for the various shells ;; - startup files for X11 (cons '("\\.c?sh\\'\\|\\.shar\\'\\|/\\.\\(z?profile\\|bash_profile\\|z?login\\|bash_login\\|z?logout\\|bash_logout\\|[kz]shrc\\|bashrc\\|t?cshrc\\|esrc\\|rcrc\\|[kz]shenv\\|xinitrc\\|startxrc\\|xsession\\)\\'" . sh-mode) auto-mode-alist) @@ -842,7 +842,7 @@ (defun sh-mode-syntax-table (table &rest list) - "Copy TABLE and set syntax for succesive CHARs according to strings S." + "Copy TABLE and set syntax for successive CHARs according to strings S." (setq table (copy-syntax-table table)) (while list (modify-syntax-entry (car list) (car (cdr list)) table)