##// END OF EJS Templates
minor typo fix (functionallows->function allows)
Erik Tollerud -
Show More
@@ -697,7 +697,7 b' Even object attributes can be expanded::'
697 System command aliases
697 System command aliases
698 ----------------------
698 ----------------------
699
699
700 The %alias magic functionallows you to define magic functions which are in fact
700 The %alias magic function allows you to define magic functions which are in fact
701 system shell commands. These aliases can have parameters.
701 system shell commands. These aliases can have parameters.
702
702
703 ``%alias alias_name cmd`` defines 'alias_name' as an alias for 'cmd'
703 ``%alias alias_name cmd`` defines 'alias_name' as an alias for 'cmd'
General Comments 0
You need to be logged in to leave comments. Login now