]> git.eshelyaron.com Git - emacs.git/commitdiff
(gnus-split-methods): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 7 Jun 2007 14:33:46 +0000 (14:33 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 7 Jun 2007 14:33:46 +0000 (14:33 +0000)
lisp/ChangeLog
lisp/gnus/ChangeLog
lisp/gnus/gnus-art.el

index 7e49749136fc720bc044ed7d472dcede154459df..c5d775d4dda546e13be84e0a3d72431b2862ef0c 100644 (file)
@@ -2,6 +2,7 @@
 
        * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
 
+       * progmodes/mixal-mode.el (mixal-operation-codes-alist):
        * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
 
 2007-06-07  Carsten Dominik  <dominik@science.uva.nl>
index f11200cc5b2d8ad10de27a1d8bcb45aa46692752..4958577588eaac33c7c899a85b298956c3262161 100644 (file)
@@ -1,3 +1,7 @@
+2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
+
+       * gnus-art.el (gnus-split-methods): Fix typo in docstring.
+
 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
 
        * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
index 24273abb376c93e7d38c4765c72d80dfcab36e66..eb31ae415ccfbc245bc8af8d05514ae2cb3e0c80 100644 (file)
@@ -651,7 +651,7 @@ value is a list of possible files to save in if the match is non-nil.
 If the match is a string, it is used as a regexp match on the
 article.  If the match is a symbol, that symbol will be funcalled
 from the buffer of the article to be saved with the newsgroup as the
-parameter.  If it is a list, it will be evaled in the same buffer.
+parameter.  If it is a list, it will be evalled in the same buffer.
 
 If this form or function returns a string, this string will be used as
 a possible file name; and if it returns a non-nil list, that list will