(nnrss-node-text): Use g-r-i-s, not g-r-r-i-s which doesn't exist.
authorSimon Josefsson <jas@extundo.com>
Thu, 24 Apr 2003 23:14:39 +0000 (23:14 +0000)
committerSimon Josefsson <jas@extundo.com>
Thu, 24 Apr 2003 23:14:39 +0000 (23:14 +0000)
lisp/ChangeLog
lisp/nnrss.el

index effb5b3..123475d 100644 (file)
@@ -1,6 +1,7 @@
 2003-04-25  Simon Josefsson  <jas@extundo.com>
 
        * nnrss.el (nnrss-node-text): Don't use a star.
+       (nnrss-node-text): Use g-r-i-s, not g-r-r-i-s which doesn't exist.
 
 2003-04-24  Dave Love  <fx@gnu.org>
 
index fb1fbd7..0401af4 100644 (file)
@@ -514,9 +514,9 @@ It is useful when `(setq nnrss-use-local t)'."
         (text (if (and node (listp node))
                   (nnrss-node-just-text node)
                 node))
-        (cleaned-text (if text (gnus-replace-regexp-in-string
-                                (gnus-replace-regexp-in-string
-                                 (gnus-replace-regexp-in-string
+        (cleaned-text (if text (gnus-replace-in-string
+                                (gnus-replace-in-string
+                                 (gnus-replace-in-string
                                   text "^[[:cntrl:]]+" "")
                                  "^ +" "")
                                 " +$" ""))))