Fix commenting convention. Remove unnecessary leading * in custom docstrings.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 16 Nov 2005 17:00:29 +0000 (17:00 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 16 Nov 2005 17:00:29 +0000 (17:00 +0000)
commit042c6fb7c7072eb01c17e04668e2c5f5f66e5887
treed83e0df9e5c12bfa9d608dab724da69c50feb5e5
parent9f7b984baef1351ccd203ddfcad11fa574931a1c
Fix commenting convention.  Remove unnecessary leading * in custom docstrings.
(flyspell-emacs): Remove unused var.
(flyspell-accept-buffer-local-defs): Use save-current-buffer.
(flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
(flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
(flyspell-debug-signal-word-checked): Use with-current-buffer.
(make-flyspell-overlay): Don't locally reuse a global name.
(flyspell-highlight-incorrect-region)
(flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
(flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
(flyspell-notify-misspell): Remove unused args `start' and `end'.
(flyspell-word): Adjust call accordingly.  Use ispell-send-string.
Wrap calls to accept-process-output inside with-local-quit since it's
often called from a post-command-hook.
(flyspell-correct-word, flyspell-auto-correct-word): Use ispell-send-string.
(flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
lisp/ChangeLog
lisp/textmodes/flyspell.el