1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-28 10:56:36 +00:00

(spam-stat-buffer-words): Fix typo in docstring.

This commit is contained in:
Juanma Barranquero 2006-02-16 11:36:21 +00:00
parent 598d751d7c
commit caf213c53d

View File

@ -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))