/[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.10 by rms, Mon Jan 7 05:20:57 2002 UTC revision 1.11 by rms, Sat Jan 12 21:00:17 2002 UTC
# Line 560  help buffer." Line 560  help buffer."
560                method (cadr item)                method (cadr item)
561                args (cddr item))))                args (cddr item))))
562      (apply method args)      (apply method args)
563      ;; FIXME: are we sure we're in the right buffer ?      (with-current-buffer buffer
564      (goto-char position)))        (if (get-buffer-window buffer)
565              (set-window-point (get-buffer-window buffer) position)
566            (goto-char position)))))
567    
568  (defun help-go-back ()  (defun help-go-back ()
569    "Invoke the [back] button (if any) in the Help mode buffer."    "Invoke the [back] button (if any) in the Help mode buffer."

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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