]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/octave-hlp.el
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-25
[gnu-emacs] / lisp / progmodes / octave-hlp.el
index 4250797a7993881fa37fd27c1b89ca3f5056b4d8..dce561e84133a8d159e3e611375c758c9d2885a4 100644 (file)
@@ -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