diff emacs/octave-hlp.el @ 5204:2a44a667da02

[project @ 2005-03-15 05:07:15 by jwe]
author jwe
date Tue, 15 Mar 2005 05:07:15 +0000
parents 511caaa5e98e
children 4c8a2e4e0717
line wrap: on
line diff
--- a/emacs/octave-hlp.el
+++ b/emacs/octave-hlp.el
@@ -80,7 +80,7 @@
 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,7 +127,7 @@
 	(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