branch: externals/system-packages commit a831a7e2ceaf146bc908a14f4000315a942cf796 Author: Alex Branham <bran...@utexas.edu> Commit: Alex Branham <bran...@utexas.edu>
Fix function names --- README.org | 12 ++---------- system-packages.el | 4 ++-- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/README.org b/README.org index e442335..94c7991 100644 --- a/README.org +++ b/README.org @@ -30,13 +30,5 @@ packages more convenient through emacs. * Usage The package doesn't presume to set keybindings for you, so you may - set those up yourself or simply call functions with =M-x=. Here's a - list of current functions (all start with =system-packages=) - - - =install= - - =uninstall= - - =search= - - =update= - - =remove-orphaned= - - =list-installed-packages= - + set those up yourself or simply call functions with =M-x=. All + functions start with =system-packages= diff --git a/system-packages.el b/system-packages.el index 4554936..3af1dcd 100644 --- a/system-packages.el +++ b/system-packages.el @@ -276,13 +276,13 @@ named in system-packages-packagemanager. With (system-packages--run-command 'log)) ;;;###autoload -(defun system-verify-all-packages () +(defun system-packages-verify-all-packages () "Check that files owned by packages are present on the system." (interactive) (system-packages--run-command 'verify-all-packages)) ;;;###autoload -(defun system-verify-all-dependencies () +(defun system-packagesverify-all-dependencies () "Verify that all required dependencies are installed on the system." (interactive) (system-packages--run-command 'verify-all-dependencies))