aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2007-04-17 07:44:53 +1000
committerGravatar axel <axel@liljencrantz.se>2007-04-17 07:44:53 +1000
commit52f9560b4f2f884142895b646a56f97d3882d028 (patch)
tree1a7c7321fa11c30b1051d9f6044bd66a53de5c1e /share
parent91ca8610ee7545f5c7979b4039a7ef2707d56583 (diff)
Rename save_function to funcsave to keep consistency between function/variable functions
darcs-hash:20070416214453-ac50b-9ec9559fc468256dc149e92e9fece37da940ad7e.gz
Diffstat (limited to 'share')
-rw-r--r--share/functions/funcsave.fish (renamed from share/functions/save_function.fish)2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/functions/save_function.fish b/share/functions/funcsave.fish
index ac251922..ff9cabb5 100644
--- a/share/functions/save_function.fish
+++ b/share/functions/funcsave.fish
@@ -1,5 +1,5 @@
-function save_function --description "Save the current definition of all specified functions to file"
+function funcsave --description "Save the current definition of all specified functions to file"
if count $argv >/dev/null
switch $argv[1]