/[emacs]/emacs/lisp/help-mode.el
ViewVC logotype

Diff of /emacs/lisp/help-mode.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.33 by lute, Thu May 26 12:51:09 2005 UTC revision 1.34 by lektu, Wed Jun 22 13:53:56 2005 UTC
# Line 388  that." Line 388  that."
388  ;;;                             (pop-to-buffer (car location))  ;;;                             (pop-to-buffer (car location))
389  ;;;                             (goto-char (cdr location))))  ;;;                             (goto-char (cdr location))))
390                            (help-xref-button 8 'help-function-def sym))                            (help-xref-button 8 'help-function-def sym))
391                           ((facep sym)                           ((and
392                            (if (save-match-data (looking-at "[ \t\n]+face\\W"))                             (facep sym)
393                                (help-xref-button 8 'help-face sym)))                             (save-match-data (looking-at "[ \t\n]+face\\W")))
394                              (help-xref-button 8 'help-face sym))
395                           ((and (boundp sym) (fboundp sym))                           ((and (boundp sym) (fboundp sym))
396                            ;; We can't intuit whether to use the                            ;; We can't intuit whether to use the
397                            ;; variable or function doc -- supply both.                            ;; variable or function doc -- supply both.

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26