]> git.eshelyaron.com Git - emacs.git/commitdiff
; Improve documentation of last change
authorEli Zaretskii <eliz@gnu.org>
Thu, 24 Apr 2025 12:07:34 +0000 (15:07 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sat, 26 Apr 2025 13:58:33 +0000 (15:58 +0200)
* etc/NEWS: Add entry about 'Custom-dirlocals-mode'.

* lisp/cus-edit.el (Custom-dirlocals-mode): Doc fix.  (Bug#77228)

(cherry picked from commit ccfb40a13d3d1d43990b9b659502a6ba2046059a)

lisp/cus-edit.el

index 377a701ec8b392036f7f5f6fb5b794d039bfca6d..2b76c2b9b197739bfea4f774a382e5a5f9071e4a 100644 (file)
@@ -6110,8 +6110,8 @@ Moves point into the widget that holds the value."
   (add-hook 'widget-forward-hook #'custom-dirlocals-maybe-update-cons nil t))
 
 (define-derived-mode Custom-dirlocals-mode nil "Custom dirlocals"
-  "Major mode for customize Directory Local Variables in the current directory.
-Entry to this mode calls the value of `Custom-mode-hook' if that value
+  "Major mode for customizing Directory Local Variables in current directory.
+Entry to this mode calls the value of `Custom-mode-hook' if its value
 is non-nil.
 
 \\{custom-dirlocals-map}"