Show
Ignore:
Timestamp:
07/01/06 08:27:06 (3 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/help-mode.el

    r4073 r4098  
    239239(defconst help-xref-symbol-regexp 
    240240  (purecopy (concat "\\(\\<\\(\\(variable\\|option\\)\\|"  ; Link to var 
    241                   "\\(function\\|command\\)\\|"          ; Link to function 
    242                   "\\(face\\)\\|"                        ; Link to face 
    243                    "\\(symbol\\|program\\)\\|"            ; Don't link 
     241                  "\\(function\\|command\\)\\|"          ; Link to function 
     242                  "\\(face\\)\\|"                        ; Link to face 
     243                   "\\(symbol\\|program\\|property\\)\\|" ; Don't link 
    244244                    "\\(source \\(?:code \\)?\\(?:of\\|for\\)\\)\\)" 
    245245                    "[ \t\n]+\\)?"