From: Eli Zaretskii Date: Tue, 29 Apr 2025 05:07:33 +0000 (+0300) Subject: ; * lisp/cus-edit.el: Fix a typo in a comment. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8e011202d4702d61555e6089355686dabe70f323;p=emacs.git ; * lisp/cus-edit.el: Fix a typo in a comment. (cherry picked from commit d2c7d8ff6727d160e9e3a17d3775230281f8fb2d) --- 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'.