]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_minibuf) <completion-ignore-case>: Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sun, 14 Nov 2004 05:17:58 +0000 (05:17 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 14 Nov 2004 05:17:58 +0000 (05:17 +0000)
src/ChangeLog
src/minibuf.c

index 1544baf53c6692430eae956332c1189ce80bcd87..bfd3aac6c4826d92476c59c468b821af93c28287 100644 (file)
@@ -1,3 +1,13 @@
+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.
index 09e5675d68e0c8085d5b5f84c123a626c3ebb73e..3f125efa81825b05ea45baf94771c10d2ef2c966 100644 (file)
@@ -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,