+2004-11-13 Richard M. Stallman <rms@gnu.org>
+
+ * 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) <completion-ignore-case>: Doc fix.
+
2004-11-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
* gtkutil.c (pop_down_file_dialog): Add BLOCK_INPUT.
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,