mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 00:07:58 +01:00
Fix some typos.
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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/'.
|
||||
|
||||
Reference in New Issue
Block a user