diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index a92f08fafc5..e029e2610b0 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -6085,7 +6085,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'.