aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2006-02-16 11:36:21 +0000
committerJuanma Barranquero2006-02-16 11:36:21 +0000
commitcaf213c53d8d2c86d25ad2dc5e1e325495edad66 (patch)
tree48c1f2140d3d8b84bb601af967723349c82885b9
parent598d751d7c089bb7959782a4ca262930f27c8dd1 (diff)
downloademacs-caf213c53d8d2c86d25ad2dc5e1e325495edad66.tar.gz
emacs-caf213c53d8d2c86d25ad2dc5e1e325495edad66.zip
(spam-stat-buffer-words): Fix typo in docstring.
-rw-r--r--lisp/gnus/spam-stat.el2
1 files changed, 1 insertions, 1 deletions
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',
323 ,@body)) 323 ,@body))
324 324
325(defun spam-stat-buffer-words () 325(defun spam-stat-buffer-words ()
326 "Return a hash table of words and number of occurences in the buffer." 326 "Return a hash table of words and number of occurrences in the buffer."
327 (with-spam-stat-max-buffer-size 327 (with-spam-stat-max-buffer-size
328 (with-syntax-table spam-stat-syntax-table 328 (with-syntax-table spam-stat-syntax-table
329 (goto-char (point-min)) 329 (goto-char (point-min))