File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,8 +73,8 @@ _zsh_highlight__is_function_p() {
7373# This function takes a single argument F and returns True iff F denotes the
7474# name of a callable function. A function is callable if it is fully defined
7575# or if it is marked for autoloading and autoloading it at the first call to it
76- # will succeed. In particular, if a function has been marked for autoloading
77- # but is not available in $fpath, then this function will return False therefor .
76+ # will succeed. In particular, if F has been marked for autoloading
77+ # but is not available in $fpath, then calling this function on F will return False.
7878#
7979# See users/21671 http://www.zsh.org/cgi-bin/mla/redirect?USERNUMBER=21671
8080_zsh_highlight__function_callable_p () {
You can’t perform that action at this time.
0 commit comments