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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/help-mode.el
Date: Wed, 22 Jun 2005 09:53:57 -0400

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.




reply via email to

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