]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/octave-hlp.el
(gdb-current-frame, gud-watch)
[gnu-emacs] / lisp / progmodes / octave-hlp.el
index e72e2adfbd802f559c0843ffc6a1114437b3ef2d..dce561e84133a8d159e3e611375c758c9d2885a4 100644 (file)
@@ -1,6 +1,6 @@
-;; octave-hlp.el --- getting help on Octave symbols using info
+;;; octave-hlp.el --- getting help on Octave symbols using info
 
-;;; Copyright (C) 1997 Free Software Foundation, Inc.
+;; Copyright (C) 1997 Free Software Foundation, Inc.
 
 ;; Author: Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
 ;; Author: John Eaton <jwe@bevo.che.wisc.edu>
@@ -80,7 +80,7 @@ If KEY is not a string, prompt for it with completion."
 The files specified by `octave-help-files' are searched."
   (if octave-help-lookup-alist
       ()
-    (message "Building help lookup alist...")    
+    (message "Building help lookup alist...")
     (let ((files octave-help-files) file key node)
       (save-window-excursion
        (while files
@@ -127,11 +127,12 @@ The files specified by `octave-help-files' are searched."
        (add-to-list 'octave-help-completion-alist
                     (cons (car entry) (car entry)))
        (setq alist (cdr alist))))
-    (message "Building help completion alist...done"))    
+    (message "Building help completion alist...done"))
   octave-help-completion-alist)
 
 ;;; provide ourself
 
 (provide 'octave-hlp)
 
+;;; arch-tag: df5ef8fa-76c9-44e5-9835-cb5a502c6282
 ;;; octave-hlp.el ends here