diff options
| author | Karl Heuer | 1998-06-20 22:06:30 +0000 |
|---|---|---|
| committer | Karl Heuer | 1998-06-20 22:06:30 +0000 |
| commit | 94487c4e376640bab3281d19b19bbca531ab78ec (patch) | |
| tree | e3a7036be3c5cffb73bd92d9f1fefaeadb4fd81a /lisp/textmodes | |
| parent | 799fdb040b4d006cfefd0a4d288f4dc89c436447 (diff) | |
| download | emacs-94487c4e376640bab3281d19b19bbca531ab78ec.tar.gz emacs-94487c4e376640bab3281d19b19bbca531ab78ec.zip | |
Doc fixes.
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/ispell.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 080c221a48e..2499111a767 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el | |||
| @@ -774,13 +774,13 @@ The last occurring definition in the buffer will be used.") | |||
| 774 | ;; identification of the computer name, e.g.: | 774 | ;; identification of the computer name, e.g.: |
| 775 | ;; "\\(\\w\\|-\\)+[.:@]\\(\\w\\|-\\)*\\([.:/@]+\\(\\w\\|-\\|~\\)+\\)+" | 775 | ;; "\\(\\w\\|-\\)+[.:@]\\(\\w\\|-\\)*\\([.:/@]+\\(\\w\\|-\\|~\\)+\\)+" |
| 776 | ) | 776 | ) |
| 777 | "A-list expressing begining and end of regions not to spell check. | 777 | "Alist expressing beginning and end of regions not to spell check. |
| 778 | The alist key must be a regular expression. | 778 | The alist key must be a regular expression. |
| 779 | Valid forms include: | 779 | Valid forms include: |
| 780 | (KEY) - just skip the key. | 780 | (KEY) - just skip the key. |
| 781 | (KEY . REGEXP) - skip to the end REGEXP. REGEXP may be string or symbol. | 781 | (KEY . REGEXP) - skip to the end of REGEXP. REGEXP may be string or symbol. |
| 782 | (KEY REGEXP) - skip to end of REGEXP. REGEXP must be a string. | 782 | (KEY REGEXP) - skip to end of REGEXP. REGEXP must be a string. |
| 783 | (KEY FUNCTION ARGS) - function called with args returns end of region.") | 783 | (KEY FUNCTION ARGS) - FUNCTION called with ARGS returns end of region.") |
| 784 | 784 | ||
| 785 | 785 | ||
| 786 | 786 | ||
| @@ -1984,7 +1984,7 @@ Return non-nil if not aborted." | |||
| 1984 | 1984 | ||
| 1985 | 1985 | ||
| 1986 | ;;; Creates the regexp for skipping a region. | 1986 | ;;; Creates the regexp for skipping a region. |
| 1987 | ;;; Makes the skip-regxp local for tex buffers adding in the | 1987 | ;;; Makes the skip-regexp local for tex buffers adding in the |
| 1988 | ;;; tex expressions to skip as well. | 1988 | ;;; tex expressions to skip as well. |
| 1989 | ;;; Call AFTER ispell-buffer-local-parsing. | 1989 | ;;; Call AFTER ispell-buffer-local-parsing. |
| 1990 | (defun ispell-begin-skip-region-regexp () | 1990 | (defun ispell-begin-skip-region-regexp () |
| @@ -2780,7 +2780,7 @@ Both should not be used to define a buffer-local dictionary." | |||
| 2780 | ; LocalWords: pgp NZST Vignaux autoloaded loaddefs aff Francais Nederlands SPC | 2780 | ; LocalWords: pgp NZST Vignaux autoloaded loaddefs aff Francais Nederlands SPC |
| 2781 | ; LocalWords: popup nonmenu regexp herr num pers dict unhighlight ccept uit NB | 2781 | ; LocalWords: popup nonmenu regexp herr num pers dict unhighlight ccept uit NB |
| 2782 | ; LocalWords: buf grep sync prev inc hilight olddot AIX ersion msg read's op | 2782 | ; LocalWords: buf grep sync prev inc hilight olddot AIX ersion msg read's op |
| 2783 | ; LocalWords: bufs pt regxp multibyte cmd Quinlan uuencoded esp unidiff eg sc | 2783 | ; LocalWords: bufs pt multibyte cmd Quinlan uuencoded esp unidiff eg sc |
| 2784 | ; LocalWords: VM lns HTML eval american IspellPersDict | 2784 | ; LocalWords: VM lns HTML eval american IspellPersDict |
| 2785 | 2785 | ||
| 2786 | ;;; ispell.el ends here | 2786 | ;;; ispell.el ends here |