diff --git a/doc.go b/doc.go index 5a06d48..accc7bc 100644 --- a/doc.go +++ b/doc.go @@ -761,7 +761,9 @@ Format string of the tags. tempmarks string (default '') -A string that lists all marks to treat as temporary. They are not synced to other clients and are not saved in the bookmarks file. This option should be specified only in the global config file ("lfrc") as it may otherwise cause unintended side effects. Please note that the special bookmark "'" is always treated as temporary and does not need to be specified. +Marks to be considered temporary (e.g. 'abc' refers to marks 'a', 'b', and 'c'). +These marks are not synced to other clients and they are not saved in the bookmarks file. +Note that the special bookmark "'" is always treated as temporary and it does not need to be specified. timefmt string (default 'Mon Jan _2 15:04:05 2006') diff --git a/docstring.go b/docstring.go index 899e397..d45ef5f 100644 --- a/docstring.go +++ b/docstring.go @@ -811,11 +811,10 @@ Format string of the tags. tempmarks string (default '') -A string that lists all marks to treat as temporary. They are not synced to -other clients and are not saved in the bookmarks file. This option should be -specified only in the global config file ("lfrc") as it may otherwise cause -unintended side effects. Please note that the special bookmark "'" is always -treated as temporary and does not need to be specified. +Marks to be considered temporary (e.g. 'abc' refers to marks 'a', 'b', and +'c'). These marks are not synced to other clients and they are not saved in +the bookmarks file. Note that the special bookmark "'" is always treated as +temporary and it does not need to be specified. timefmt string (default 'Mon Jan _2 15:04:05 2006') diff --git a/lf.1 b/lf.1 index b69d526..858fe0b 100644 --- a/lf.1 +++ b/lf.1 @@ -927,7 +927,7 @@ Format string of the tags. tempmarks string (default '') .EE .PP -A string that lists all marks to treat as temporary. They are not synced to other clients and are not saved in the bookmarks file. This option should be specified only in the global config file ("lfrc") as it may otherwise cause unintended side effects. Please note that the special bookmark "'" is always treated as temporary and does not need to be specified. +Marks to be considered temporary (e.g. 'abc' refers to marks 'a', 'b', and 'c'). These marks are not synced to other clients and they are not saved in the bookmarks file. Note that the special bookmark "'" is always treated as temporary and it does not need to be specified. .PP .EX timefmt string (default 'Mon Jan _2 15:04:05 2006')