mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(zone-mode-load-time-setup): Fix spelling in docstrings.
This commit is contained in:
parent
63a4e775d1
commit
325b701b7b
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue