Index: emacs/lisp/help-mode.el
diff -c emacs/lisp/help-mode.el:1.33 emacs/lisp/help-mode.el:1.34
*** emacs/lisp/help-mode.el:1.33        Thu May 26 12:51:09 2005
--- emacs/lisp/help-mode.el     Wed Jun 22 13:53:56 2005
***************
*** 388,396 ****
  ;;;                           (pop-to-buffer (car location))
  ;;;                           (goto-char (cdr location))))
                          (help-xref-button 8 'help-function-def sym))
!                        ((facep sym)
!                         (if (save-match-data (looking-at "[ \t\n]+face\\W"))
!                             (help-xref-button 8 'help-face sym)))
                           ((and (boundp sym) (fboundp sym))
                            ;; We can't intuit whether to use the
                            ;; variable or function doc -- supply both.
--- 388,397 ----
  ;;;                           (pop-to-buffer (car location))
  ;;;                           (goto-char (cdr location))))
                          (help-xref-button 8 'help-function-def sym))
!                        ((and
!                            (facep sym)
!                            (save-match-data (looking-at "[ \t\n]+face\\W")))
!                           (help-xref-button 8 'help-face sym))
                           ((and (boundp sym) (fboundp sym))
                            ;; We can't intuit whether to use the
                            ;; variable or function doc -- supply both.


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

Reply via email to