; * lisp/cus-edit.el: Fix a typo in a comment.

This commit is contained in:
Eli Zaretskii 2025-04-29 08:07:33 +03:00
parent 8970c9589b
commit d2c7d8ff67

View file

@ -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'.