1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-10 13:25:45 +01:00

Fix a thing

This commit is contained in:
Kris Maglione
2008-12-20 11:04:18 -05:00
parent b8b708abcb
commit 549ecd561a
2 changed files with 6 additions and 6 deletions

View File

@@ -1641,8 +1641,8 @@ function Marks() //{{{
return {
/**
* Add a named for the current buffer, at its current position. If
* mark matches [A-Z], it's considered a URL mark, and will jump to
* Add a named mark for the current buffer, at its current position.
* If mark matches [A-Z], it's considered a URL mark, and will jump to
* the same position at the same URL no matter what buffer it's
* selected from. If it matches [a-z'"], it's a local mark, and can
* only be recalled from a buffer with a matching URL.