From d9a03ad2b753d5977846bac156c5e3100045502b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 14 Nov 2004 05:17:58 +0000 Subject: [PATCH] (syms_of_minibuf) : Doc fix. --- src/ChangeLog | 10 ++++++++++ src/minibuf.c | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 1544baf53c..bfd3aac6c4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2004-11-13 Richard M. Stallman + + * xdisp.c (reseat_at_previous_visible_line_start): No longer static. + (get_next_display_element): Fix previous change to apply only to \n. + + * indent.c (Fvertical_motion): Scan to PT from start of line to + make iterator consistent. + + * minibuf.c (syms_of_minibuf) : Doc fix. + 2004-11-14 Jan Dj,Ad(Brv * gtkutil.c (pop_down_file_dialog): Add BLOCK_INPUT. diff --git a/src/minibuf.c b/src/minibuf.c index 09e5675d68..3f125efa81 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -2686,8 +2686,8 @@ elements are deleted. */); DEFVAR_BOOL ("completion-ignore-case", &completion_ignore_case, doc: /* Non-nil means don't consider case significant in completion. -See also `read-file-name-completion-ignore-case' concerning case significance -in completion when reading a file name. */); +For file-name completion, the variable `read-file-name-completion-ignore-case' +controls the behavior, rather than this variable. */); completion_ignore_case = 0; DEFVAR_BOOL ("enable-recursive-minibuffers", &enable_recursive_minibuffers, -- 2.20.1