;* doc/misc/dired-x.texi: Remove unnecessary paren (Bug#76148)

This commit is contained in:
Philip Kaludercic 2025-02-08 22:39:47 +01:00
parent 4cc8709ac2
commit eb36518244
No known key found for this signature in database

View file

@ -179,7 +179,7 @@ In your @file{~/.emacs} file, or in the system-wide initialization file
(require 'dired-x)
;; Set dired-x global variables here. For example:
;; (setq dired-x-hands-off-my-keys nil)
))
)
(add-hook 'dired-mode-hook
(lambda ()
;; Set dired-x buffer-local variables here. For example: