>     The phrase "If it has a `read-face-name' property," appears as a link to
 >     the function read-face-name so perhaps it could be rewritten as:
 > 
 >     If it has the property `read-face-name',...
 > 
 >     and help-xref-symbol-regexp modified by replacing 
 > "\\(symbol\\|program\\)\\|"
 >     with "\\(symbol\\|program\\|property\\)\\|".
 > 
 > Could you implement the improvement in help-xref-symbol-regexp?

Done.

 > It might need changes in the functions that use that regexp.

I don't think so.  It uses the line:

 ((match-string 6)) ; nothing for `symbol'

and my change doesn't change the number of regexps to be matched on.

-- 
Nick                                           http://www.inet.net.nz/~nickrob


_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to