mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 02:17:59 +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
|
* Otherwise, if a bookmark for the given URL exists it is
|
||||||
* updated instead.
|
* updated instead.
|
||||||
* @optional
|
* @optional
|
||||||
* @returns {boolean} True if the bookmark was added or update
|
* @returns {boolean} True if the bookmark was added or updated
|
||||||
* successfully.
|
* successfully.
|
||||||
*/
|
*/
|
||||||
add: function add(unfiled, title, url, keyword, tags, force) {
|
add: function add(unfiled, title, url, keyword, tags, force) {
|
||||||
|
|||||||
@@ -1319,8 +1319,8 @@
|
|||||||
|
|
||||||
<dl dt="width: 6em;">
|
<dl dt="width: 6em;">
|
||||||
<dt></dt> <dd>Don't show link destination</dd>
|
<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>status</dt> <dd>Show the link destination in the &tag.status-line;</dd>
|
||||||
<dt>command</dt> <dd>Show the link's destination in the &tag.command-line;</dd>
|
<dt>command</dt> <dd>Show the link destination in the &tag.command-line;</dd>
|
||||||
</dl>
|
</dl>
|
||||||
</description>
|
</description>
|
||||||
</item>
|
</item>
|
||||||
|
|||||||
@@ -49,9 +49,9 @@
|
|||||||
* The concept of completion contexts is now exposed to the user
|
* The concept of completion contexts is now exposed to the user
|
||||||
(see :h :contexts), allowing for powerful and fine-grained
|
(see :h :contexts), allowing for powerful and fine-grained
|
||||||
completion system customization.
|
completion system customization.
|
||||||
* IMPORTANT: 'laststatus' has been replaced with the ‘s’ flag in
|
* IMPORTANT: 'laststatus' has been replaced with the "s" flag in
|
||||||
'guioptions'.
|
'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: Command script files now use the *.penta file extension.
|
||||||
* IMPORTANT: Plugins are now loaded from the 'plugins/'
|
* IMPORTANT: Plugins are now loaded from the 'plugins/'
|
||||||
directory in 'runtimepath' rather than 'plugin/'.
|
directory in 'runtimepath' rather than 'plugin/'.
|
||||||
|
|||||||
Reference in New Issue
Block a user