From: Nick Roberts Date: Wed, 28 Jun 2006 23:29:54 +0000 (+0000) Subject: (help-xref-symbol-regexp): Add property as a keyword for ignoring links. X-Git-Tag: emacs-pretest-22.0.90~1797 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a79d34741983e54de57c1b752dbdad4bfc3bc608;p=emacs.git (help-xref-symbol-regexp): Add property as a keyword for ignoring links. --- diff --git a/lisp/help-mode.el b/lisp/help-mode.el index 0c6e0f47453..f4ab3de5a4a 100644 --- a/lisp/help-mode.el +++ b/lisp/help-mode.el @@ -238,9 +238,9 @@ Commands: (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: