diff options
| author | Richard M. Stallman | 2004-11-14 05:17:58 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-11-14 05:17:58 +0000 |
| commit | d9a03ad2b753d5977846bac156c5e3100045502b (patch) | |
| tree | a5bc65b1ad51e6c95b5bb305a3ad056c0e96e5fe /src | |
| parent | 0b2e177e3e6946fa3968ee97f66af3c208c30e7f (diff) | |
| download | emacs-d9a03ad2b753d5977846bac156c5e3100045502b.tar.gz emacs-d9a03ad2b753d5977846bac156c5e3100045502b.zip | |
(syms_of_minibuf) <completion-ignore-case>: Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 10 | ||||
| -rw-r--r-- | src/minibuf.c | 4 |
2 files changed, 12 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1544baf53c6..bfd3aac6c48 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2004-11-13 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (reseat_at_previous_visible_line_start): No longer static. | ||
| 4 | (get_next_display_element): Fix previous change to apply only to \n. | ||
| 5 | |||
| 6 | * indent.c (Fvertical_motion): Scan to PT from start of line to | ||
| 7 | make iterator consistent. | ||
| 8 | |||
| 9 | * minibuf.c (syms_of_minibuf) <completion-ignore-case>: Doc fix. | ||
| 10 | |||
| 1 | 2004-11-14 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 11 | 2004-11-14 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 2 | 12 | ||
| 3 | * gtkutil.c (pop_down_file_dialog): Add BLOCK_INPUT. | 13 | * gtkutil.c (pop_down_file_dialog): Add BLOCK_INPUT. |
diff --git a/src/minibuf.c b/src/minibuf.c index 09e5675d68e..3f125efa818 100644 --- a/src/minibuf.c +++ b/src/minibuf.c | |||
| @@ -2686,8 +2686,8 @@ elements are deleted. */); | |||
| 2686 | DEFVAR_BOOL ("completion-ignore-case", &completion_ignore_case, | 2686 | DEFVAR_BOOL ("completion-ignore-case", &completion_ignore_case, |
| 2687 | doc: /* Non-nil means don't consider case significant in completion. | 2687 | doc: /* Non-nil means don't consider case significant in completion. |
| 2688 | 2688 | ||
| 2689 | See also `read-file-name-completion-ignore-case' concerning case significance | 2689 | For file-name completion, the variable `read-file-name-completion-ignore-case' |
| 2690 | in completion when reading a file name. */); | 2690 | controls the behavior, rather than this variable. */); |
| 2691 | completion_ignore_case = 0; | 2691 | completion_ignore_case = 0; |
| 2692 | 2692 | ||
| 2693 | DEFVAR_BOOL ("enable-recursive-minibuffers", &enable_recursive_minibuffers, | 2693 | DEFVAR_BOOL ("enable-recursive-minibuffers", &enable_recursive_minibuffers, |