Mercurial > emacs
changeset 63515:e32d37b16b0e
(zone-mode-load-time-setup): Fix spelling in docstrings.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 16 Jun 2005 16:17:16 +0000 |
parents | 06aa6db2cd16 |
children | 1975a7b1ec5f |
files | lisp/net/zone-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/net/zone-mode.el Thu Jun 16 16:16:38 2005 +0000 +++ b/lisp/net/zone-mode.el Thu Jun 16 16:17:16 2005 +0000 @@ -76,7 +76,7 @@ "Zone-mode's syntax table.") (defun zone-mode-load-time-setup () - "Initialise `zone-mode' stuff." + "Initialize `zone-mode' stuff." (setq zone-mode-syntax-table (make-syntax-table)) (modify-syntax-entry ?\; "<" zone-mode-syntax-table) (modify-syntax-entry ?\n ">" zone-mode-syntax-table))