Changeset 4098 for trunk/lisp/help-mode.el
- Timestamp:
- 07/01/06 08:27:06 (3 years ago)
- Files:
-
- trunk/lisp/help-mode.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/help-mode.el
r4073 r4098 239 239 (defconst help-xref-symbol-regexp 240 240 (purecopy (concat "\\(\\<\\(\\(variable\\|option\\)\\|" ; Link to var 241 "\\(function\\|command\\)\\|" ; Link to function242 "\\(face\\)\\|" ; Link to face243 "\\(symbol\\|program\\)\\|"; Don't link241 "\\(function\\|command\\)\\|" ; Link to function 242 "\\(face\\)\\|" ; Link to face 243 "\\(symbol\\|program\\|property\\)\\|" ; Don't link 244 244 "\\(source \\(?:code \\)?\\(?:of\\|for\\)\\)\\)" 245 245 "[ \t\n]+\\)?"
