* gnus-util.el (gnus-remassoc): Fixed typo in documentation.
authorKevin Greiner <kevin.greiner@compsol.cc>
Sat, 25 Sep 2004 06:04:53 +0000 (06:04 +0000)
committerKevin Greiner <kevin.greiner@compsol.cc>
Sat, 25 Sep 2004 06:04:53 +0000 (06:04 +0000)
lisp/gnus-util.el

index d2c0c19..50be7ac 100644 (file)
@@ -1177,7 +1177,7 @@ is run."
   "Delete by side effect any elements of LIST whose car is `equal' to KEY.
 The modified LIST is returned.  If the first member
 of LIST has a car that is `equal' to KEY, there is no way to remove it
-by side effect; therefore, write `(setq foo (remassoc key foo))' to be
+by side effect; therefore, write `(setq foo (gnus-remassoc key foo))' to be
 sure of changing the value of `foo'."
   (when alist
     (if (equal key (caar alist))