From d2c7d8ff6727d160e9e3a17d3775230281f8fb2d Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 29 Apr 2025 08:07:33 +0300 Subject: [PATCH] ; * lisp/cus-edit.el: Fix a typo in a comment. --- lisp/cus-edit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'.