aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/command.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc_src/command.txt')
-rw-r--r--doc_src/command.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc_src/command.txt b/doc_src/command.txt
index 369586de..885cca5f 100644
--- a/doc_src/command.txt
+++ b/doc_src/command.txt
@@ -4,11 +4,11 @@
<tt>command COMMANDNAME [OPTIONS...]</tt>
\subsection command-description Description
-prefixing a command with the word 'command' forces fish to ignore any aliases or builtins with the same name.
+prefixing a command with the word 'command' forces fish to ignore any functions or builtins with the same name.
\subsection command-example Example
<tt>command ls</tt>
-causes fish to execute the ls program, even if there exists a 'ls' alias.
+causes fish to execute the ls program, even if there exists a 'ls' function.