]> git.eshelyaron.com Git - emacs.git/commitdiff
(help-xref-symbol-regexp): Add property as a keyword for ignoring links.
authorNick Roberts <nickrob@snap.net.nz>
Wed, 28 Jun 2006 23:29:54 +0000 (23:29 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Wed, 28 Jun 2006 23:29:54 +0000 (23:29 +0000)
lisp/help-mode.el

index 0c6e0f47453b94f2eae83650bc52d835eb710e49..f4ab3de5a4a8ab005986c5c9743e725ea65fc997 100644 (file)
@@ -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: