mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-15 02:11:07 +02:00
unposted: fix typo in comment
This commit is contained in:
parent
6ce34705a6
commit
ac0dcc9a63
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
2016-08-06 Barton E. Schaefer <schaefer@zsh.org>
|
2016-08-06 Barton E. Schaefer <schaefer@zsh.org>
|
||||||
|
|
||||||
|
* unposted: Src/Zle/zle_thingy.c: fix typo in comment
|
||||||
|
|
||||||
* unposted: Etc/zsh-development-guide: fix formatting in module
|
* unposted: Etc/zsh-development-guide: fix formatting in module
|
||||||
discussion; add mention of widgets and keymaps for modules.
|
discussion; add mention of widgets and keymaps for modules.
|
||||||
|
|
||||||
|
|
|
@ -269,7 +269,7 @@ freewidget(Widget w)
|
||||||
zfree(w, sizeof(*w));
|
zfree(w, sizeof(*w));
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Add am internal widget provided by a module. The name given is the *
|
/* Add an internal widget provided by a module. The name given is the *
|
||||||
* canonical one, which must not begin with a dot. The widget is first *
|
* canonical one, which must not begin with a dot. The widget is first *
|
||||||
* bound to the dotted canonical name; if that name is already taken by *
|
* bound to the dotted canonical name; if that name is already taken by *
|
||||||
* an internal widget, failure is indicated. The same widget is then *
|
* an internal widget, failure is indicated. The same widget is then *
|
||||||
|
|
Loading…
Reference in a new issue