diff options
Diffstat (limited to 'lisp/cedet/semantic/mru-bookmark.el')
-rw-r--r-- | lisp/cedet/semantic/mru-bookmark.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/mru-bookmark.el b/lisp/cedet/semantic/mru-bookmark.el index 13cfc586fd7..461097ecb7c 100644 --- a/lisp/cedet/semantic/mru-bookmark.el +++ b/lisp/cedet/semantic/mru-bookmark.el @@ -77,7 +77,7 @@ Set this when the tag gets unlinked from the buffer it belongs to.") :initform t :documentation "The reason this tag is interesting. -Nice values are 'edit, 'read, 'jump, and 'mark. +Nice values include the following: edit - created because the tag text was edited. read - created because point lingered in tag text. jump - jumped to another tag from this tag. |