Mercurial > emacs
changeset 14005:dd4a20edf654
(sh-mode-syntax-table): Doc fix.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 04 Jan 1996 23:48:07 +0000 |
parents | 7709c74b3188 |
children | f448cb91a38c |
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 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)