From 8e011202d4702d61555e6089355686dabe70f323 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. (cherry picked from commit d2c7d8ff6727d160e9e3a17d3775230281f8fb2d) --- 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 5b01d4a27c3..ec894ab8ee5 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -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'. -- 2.39.5