diff lisp/help-mode.el @ 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 a379c5190e90
children 5846e054fdf9 138ce2701550
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: