/[emacs]/emacs/lisp/progmodes/octave-hlp.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/octave-hlp.el

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

revision 1.4 by rms, Sun Apr 20 07:26:38 1997 UTC revision 1.4.18.1 by miles, Fri Apr 4 06:20:36 2003 UTC
# Line 80  If KEY is not a string, prompt for it wi Line 80  If KEY is not a string, prompt for it wi
80  The files specified by `octave-help-files' are searched."  The files specified by `octave-help-files' are searched."
81    (if octave-help-lookup-alist    (if octave-help-lookup-alist
82        ()        ()
83      (message "Building help lookup alist...")          (message "Building help lookup alist...")
84      (let ((files octave-help-files) file key node)      (let ((files octave-help-files) file key node)
85        (save-window-excursion        (save-window-excursion
86          (while files          (while files
# Line 127  The files specified by `octave-help-file Line 127  The files specified by `octave-help-file
127          (add-to-list 'octave-help-completion-alist          (add-to-list 'octave-help-completion-alist
128                       (cons (car entry) (car entry)))                       (cons (car entry) (car entry)))
129          (setq alist (cdr alist))))          (setq alist (cdr alist))))
130      (message "Building help completion alist...done"))          (message "Building help completion alist...done"))
131    octave-help-completion-alist)    octave-help-completion-alist)
132    
133  ;;; provide ourself  ;;; provide ourself

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.4.18.1

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