Mercurial > hg > xemacs-beta
comparison src/buffer.c @ 5799:df691b681244
Improve docstring of 'case-fold-search.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Thu, 19 Jun 2014 12:01:31 +0900 |
parents | 56144c8593a8 |
children | 8139bdf8db04 |
comparison
equal
deleted
inserted
replaced
5798:b94d6e89ea5b | 5799:df691b681244 |
---|---|
2500 Non-nil turns on automatic expansion of abbrevs as they are inserted. | 2500 Non-nil turns on automatic expansion of abbrevs as they are inserted. |
2501 Automatically becomes buffer-local when set in any fashion. | 2501 Automatically becomes buffer-local when set in any fashion. |
2502 */ ); | 2502 */ ); |
2503 | 2503 |
2504 DEFVAR_BUFFER_LOCAL ("case-fold-search", case_fold_search /* | 2504 DEFVAR_BUFFER_LOCAL ("case-fold-search", case_fold_search /* |
2505 *Non-nil if searches should ignore case. | 2505 *If non-nil, searches and matches should ignore case. |
2506 Automatically becomes buffer-local when set in any fashion. | 2506 Automatically becomes buffer-local when set in any fashion. |
2507 */ ); | 2507 */ ); |
2508 | 2508 |
2509 DEFVAR_BUFFER_LOCAL ("fill-column", fill_column /* | 2509 DEFVAR_BUFFER_LOCAL ("fill-column", fill_column /* |
2510 *Column beyond which automatic line-wrapping should happen. | 2510 *Column beyond which automatic line-wrapping should happen. |