branch: externals/idlwave
commit 8836a2135b0d7d6de09664547580d283e3bca876
Author: JD Smith <jdtsm...@gmail.com>
Commit: JD Smith <jdtsm...@gmail.com>

    More uses of the name in routine syntax.
    Name is replaced with %s.  Some syntaxes use it many times.
---
 idlwave.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idlwave.el b/idlwave.el
index e0925dbbe5..3336d30a04 100644
--- a/idlwave.el
+++ b/idlwave.el
@@ -8502,7 +8502,7 @@ If we do not know about MODULE, just return KEYWORD 
literally."
        (setq beg (point))
        (insert (if class
                    (format calling-seq class name class name class name)
-                 (format calling-seq name name name name))
+                 (format calling-seq name name name name name name name))
                "\n")
        (add-text-properties beg (point) props)
        

Reply via email to