summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/loaddefs-gen.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/loaddefs-gen.el b/lisp/emacs-lisp/loaddefs-gen.el
index fe29469d08c..7eced43e735 100644
--- a/lisp/emacs-lisp/loaddefs-gen.el
+++ b/lisp/emacs-lisp/loaddefs-gen.el
@@ -402,7 +402,7 @@ don't include."
(when (re-search-forward "autoload-compute-prefixes: *" nil t)
(setq compute-prefixes (read (current-buffer)))))
(save-excursion
- ;; since we're "open-coding" we have to repeat more
+ ;; Since we're "open-coding", we have to repeat more
;; complicated logic in `hack-local-variables'.
(when-let ((beg
(re-search-forward "read-symbol-shorthands: *" nil t)))