summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/autoload.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-05-01 18:52:50 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2016-05-01 18:53:31 -0700
commit743a32a153a8b77c379b33b204cf7ae30d9edd2b (patch)
treeaffc0c34d6f62d4a23d09720814d37029c61ae97 /lisp/emacs-lisp/autoload.el
parent3707f609cb8017371610a5e2233bd8478416217c (diff)
downloademacs-743a32a153a8b77c379b33b204cf7ae30d9edd2b.tar.gz
; Spelling and quoting fixes
Diffstat (limited to 'lisp/emacs-lisp/autoload.el')
-rw-r--r--lisp/emacs-lisp/autoload.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/autoload.el b/lisp/emacs-lisp/autoload.el
index 1ab3de5f2fd..aedee8c7636 100644
--- a/lisp/emacs-lisp/autoload.el
+++ b/lisp/emacs-lisp/autoload.el
@@ -87,7 +87,7 @@ that text will be copied verbatim to `generated-autoload-file'.")
(defconst generate-autoload-section-continuation ";;;;;; "
"String to add on each continuation of the section header form.")
-;; In some ways it would be nicer to use a value that is recognisably
+;; In some ways it would be nicer to use a value that is recognizably
;; not a time-value, eg t, but that can cause issues if an older Emacs
;; that does not expect non-time-values loads the file.
(defconst autoload--non-timestamp '(0 0 0 0)