1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 23:57:59 +01:00

Fix some typos.

This commit is contained in:
Štěpán Němec
2010-11-15 14:33:24 +01:00
parent 89b41e0fd2
commit 79e52c74d6
3 changed files with 5 additions and 5 deletions

View File

@@ -46,7 +46,7 @@ const Bookmarks = Module("bookmarks", {
* Otherwise, if a bookmark for the given URL exists it is
* updated instead.
* @optional
* @returns {boolean} True if the bookmark was added or update
* @returns {boolean} True if the bookmark was added or updated
* successfully.
*/
add: function add(unfiled, title, url, keyword, tags, force) {

View File

@@ -1319,8 +1319,8 @@
<dl dt="width: 6em;">
<dt></dt> <dd>Don't show link destination</dd>
<dt>status</dt> <dd>Show the link's destination in the &tag.status-line;</dd>
<dt>command</dt> <dd>Show the link's destination in the &tag.command-line;</dd>
<dt>status</dt> <dd>Show the link destination in the &tag.status-line;</dd>
<dt>command</dt> <dd>Show the link destination in the &tag.command-line;</dd>
</dl>
</description>
</item>

View File

@@ -49,9 +49,9 @@
* The concept of completion contexts is now exposed to the user
(see :h :contexts), allowing for powerful and fine-grained
completion system customization.
* IMPORTANT: 'laststatus' has been replaced with the s flag in
* IMPORTANT: 'laststatus' has been replaced with the "s" flag in
'guioptions'.
* IMPORTANT: 'showstatuslinks' is not a string option.
* IMPORTANT: 'showstatuslinks' is now a string option.
* IMPORTANT: Command script files now use the *.penta file extension.
* IMPORTANT: Plugins are now loaded from the 'plugins/'
directory in 'runtimepath' rather than 'plugin/'.