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:
parent
598d751d7c
commit
caf213c53d
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user