emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/help-mode.el,v


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/lisp/help-mode.el,v
Date: Wed, 28 Jun 2006 23:29:54 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Nick Roberts <nickrob>  06/06/28 23:29:54

Index: help-mode.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/help-mode.el,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -b -r1.46 -r1.47
--- help-mode.el        1 May 2006 20:18:31 -0000       1.46
+++ help-mode.el        28 Jun 2006 23:29:54 -0000      1.47
@@ -240,7 +240,7 @@
   (purecopy (concat "\\(\\<\\(\\(variable\\|option\\)\\|"  ; Link to var
                    "\\(function\\|command\\)\\|"          ; Link to function
                    "\\(face\\)\\|"                        ; Link to face
-                   "\\(symbol\\|program\\)\\|"            ; Don't link
+                   "\\(symbol\\|program\\|property\\)\\|" ; Don't link
                    "\\(source \\(?:code \\)?\\(?:of\\|for\\)\\)\\)"
                    "[ \t\n]+\\)?"
                    ;; Note starting with word-syntax character:




reply via email to

[Prev in Thread] Current Thread [Next in Thread]