diff options
| author | Richard M. Stallman | 2002-09-16 15:19:27 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-09-16 15:19:27 +0000 |
| commit | 8f50b630a14e8ab15aa4e65d5c61b32e958a3607 (patch) | |
| tree | 13c7c8c01d4d799e62b5da50338a2e94052584c0 | |
| parent | 7219db67a469aaa1470ef804e7daab3442151794 (diff) | |
| download | emacs-8f50b630a14e8ab15aa4e65d5c61b32e958a3607.tar.gz emacs-8f50b630a14e8ab15aa4e65d5c61b32e958a3607.zip | |
Add ref for Flyspell Prog mode.
| -rw-r--r-- | man/programs.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/programs.texi b/man/programs.texi index a05c5aff7d7..6515d9e4145 100644 --- a/man/programs.texi +++ b/man/programs.texi | |||
| @@ -877,7 +877,9 @@ underline. @xref{Face Customization}. | |||
| 877 | @cindex comments | 877 | @cindex comments |
| 878 | 878 | ||
| 879 | Because comments are such an important part of programming, Emacs | 879 | Because comments are such an important part of programming, Emacs |
| 880 | provides special commands for editing and inserting comments. | 880 | provides special commands for editing and inserting comments. It can |
| 881 | also do spell checking on comments with Flyspell Prog mode | ||
| 882 | (@pxref{Spelling}). | ||
| 881 | 883 | ||
| 882 | @menu | 884 | @menu |
| 883 | * Comment Commands:: Inserting, killing, and indenting comments. | 885 | * Comment Commands:: Inserting, killing, and indenting comments. |