emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/wfnames aa2e25a8ad 63/98: Fix docstring


From: ELPA Syncer
Subject: [nongnu] elpa/wfnames aa2e25a8ad 63/98: Fix docstring
Date: Tue, 8 Aug 2023 04:01:34 -0400 (EDT)

branch: elpa/wfnames
commit aa2e25a8adb241dc335c268bb325c8fa03bf7f8c
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Fix docstring
---
 wfnames.el | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/wfnames.el b/wfnames.el
index 0fbfbe0744..f780ed8d1a 100644
--- a/wfnames.el
+++ b/wfnames.el
@@ -78,12 +78,11 @@
     map))
 
 (define-derived-mode wfnames-mode
-    text-mode "wfnames-mode"
-    "Edit HFF marked files.
+    text-mode "wfnames"
+    "Major mode to edit filenames.
 
 Special commands:
-\\{helm-ff-edit-mode-map}
-"
+\\{wfnames-mode-map}"
   (add-hook 'after-change-functions #'wfnames-after-change-hook nil t)
   (make-local-variable 'wfnames--modified))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]