# HG changeset patch # User Nick Roberts # Date 1151537394 0 # Node ID d530d0a35e8119bc5c8cc6ddb0803aad7959955f # Parent 1109575a2873695ca15f71c40126e14f6f2cc802 (help-xref-symbol-regexp): Add property as a keyword for ignoring links. diff -r 1109575a2873 -r d530d0a35e81 lisp/help-mode.el --- a/lisp/help-mode.el Wed Jun 28 23:29:26 2006 +0000 +++ b/lisp/help-mode.el Wed Jun 28 23:29:54 2006 +0000 @@ -238,9 +238,9 @@ (defconst help-xref-symbol-regexp (purecopy (concat "\\(\\<\\(\\(variable\\|option\\)\\|" ; Link to var - "\\(function\\|command\\)\\|" ; Link to function - "\\(face\\)\\|" ; Link to face - "\\(symbol\\|program\\)\\|" ; Don't link + "\\(function\\|command\\)\\|" ; Link to function + "\\(face\\)\\|" ; Link to face + "\\(symbol\\|program\\|property\\)\\|" ; Don't link "\\(source \\(?:code \\)?\\(?:of\\|for\\)\\)\\)" "[ \t\n]+\\)?" ;; Note starting with word-syntax character: