/[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.35 by lute, Mon Jul 4 23:08:54 2005 UTC revision 1.36 by monnier, Thu Jul 14 02:07:08 2005 UTC
# Line 519  Both variable, function and face documen Line 519  Both variable, function and face documen
519  help buffer."  help buffer."
520    (with-current-buffer (help-buffer)    (with-current-buffer (help-buffer)
521      ;; Push the previous item on the stack before clobbering the output buffer.      ;; Push the previous item on the stack before clobbering the output buffer.
522      (help-setup-xref nil nil)      (help-setup-xref (list 'help-xref-interned symbol) nil)
523      (let ((facedoc (when (facep symbol)      (let ((facedoc (when (facep symbol)
524                       ;; Don't record the current entry in the stack.                       ;; Don't record the current entry in the stack.
525                       (setq help-xref-stack-item nil)                       (setq help-xref-stack-item nil)
# Line 631  For the cross-reference format, see `hel Line 631  For the cross-reference format, see `hel
631    
632  (provide 'help-mode)  (provide 'help-mode)
633    
634  ;;; arch-tag: 850954ae-3725-4cb4-8e91-0bf6d52d6b0b  ;; arch-tag: 850954ae-3725-4cb4-8e91-0bf6d52d6b0b
635  ;;; help-mode.el ends here  ;;; help-mode.el ends here

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

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