changeset 71522:d530d0a35e81

(help-xref-symbol-regexp): Add property as a keyword for ignoring links.
author Nick Roberts <nickrob@snap.net.nz>
date Wed, 28 Jun 2006 23:29:54 +0000
parents 1109575a2873
children c9eaf41685b9
files lisp/help-mode.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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: