Skip to content
Snippets Groups Projects
Commit 648e53b8 authored by Svend Sorensen's avatar Svend Sorensen
Browse files

Make edit helper function name consistent with other helpers

parent d8ff6bcc
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ outputs error message on failure."
(defun password-store--run-insert (entry password &optional force)
(error "Not implemented"))
(defun password-store--edit (entry)
(defun password-store--run-edit (entry)
(error "Not implemented"))
(defun password-store--run-generate (entry password-length &optional force no-symbols)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment