From: Juanma Barranquero Date: Thu, 16 Feb 2006 11:36:21 +0000 (+0000) Subject: (spam-stat-buffer-words): Fix typo in docstring. X-Git-Tag: emacs-pretest-22.0.90~4097 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=caf213c53d8d2c86d25ad2dc5e1e325495edad66;p=emacs.git (spam-stat-buffer-words): Fix typo in docstring. --- diff --git a/lisp/gnus/spam-stat.el b/lisp/gnus/spam-stat.el index 66f302d32e5..e21372bd649 100644 --- a/lisp/gnus/spam-stat.el +++ b/lisp/gnus/spam-stat.el @@ -323,7 +323,7 @@ Use `spam-stat-ngood', `spam-stat-nbad', `spam-stat-good', ,@body)) (defun spam-stat-buffer-words () - "Return a hash table of words and number of occurences in the buffer." + "Return a hash table of words and number of occurrences in the buffer." (with-spam-stat-max-buffer-size (with-syntax-table spam-stat-syntax-table (goto-char (point-min))