From 240cc22b1fd0e8394c2b9ab6f5b71388ceeb8081 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Thu, 9 Apr 2026 15:51:48 +0900 Subject: [PATCH] Fix doc --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index e298e8d..6750ef2 100644 --- a/emacs.el +++ b/emacs.el @@ -922,7 +922,7 @@ THEM are function and its args." (define-key helm-map (kbd "C-h") (kbd "DEL"))) (defun my-shrink-path-width (path width) - "Shrink PATH to be same or shorter than WIDTH." + "Shrink PATH so that the length is same or shorter than WIDTH." (setq path (abbreviate-file-name path)) (if (file-remote-p path) (let* ((remote (file-remote-p path))