]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/cus-edit.el: Fix a typo in a comment.
authorEli Zaretskii <eliz@gnu.org>
Tue, 29 Apr 2025 05:07:33 +0000 (08:07 +0300)
committerEshel Yaron <me@eshelyaron.com>
Tue, 29 Apr 2025 07:34:25 +0000 (09:34 +0200)
(cherry picked from commit d2c7d8ff6727d160e9e3a17d3775230281f8fb2d)

lisp/cus-edit.el

index 5b01d4a27c38c3e563c262b94f63f14879d558ec..ec894ab8ee5bbd6a24ea976eb7b5842a75914fb3 100644 (file)
@@ -6132,7 +6132,7 @@ Moves point into the widget that holds the value."
   (run-mode-hooks 'Custom-mode-hook))
 
 ;; As discussed in bug#77228, deriving from `Custom-mode' would
-;; include all their settings that are not necessary for
+;; include all the settings that are not necessary for
 ;; `customize-dirlocals' and that can break it.
 ;; FIXME: Introduce a `Custom-base-mode', which could be useful
 ;; also for `gnus-custom-mode'.