]> git.eshelyaron.com Git - emacs.git/commitdiff
(Vread_buffer_function): Doc fix.
authorChong Yidong <cyd@stupidchicken.com>
Wed, 30 Jul 2008 15:33:38 +0000 (15:33 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 30 Jul 2008 15:33:38 +0000 (15:33 +0000)
src/minibuf.c

index 4fa480e2540590ffdf9d548cc483e5cd3c5ff2f2..205ee5851fd07b010ab8b6dbbbc3e0982ad65ff4 100644 (file)
@@ -2156,8 +2156,9 @@ history list, so it is possible to do this afterwards by calling
 
   DEFVAR_BOOL ("completion-ignore-case", &completion_ignore_case,
               doc: /* Non-nil means don't consider case significant in completion.
-
-For file-name completion, the variable `read-file-name-completion-ignore-case'
+For file-name completion, `read-file-name-completion-ignore-case'
+controls the behavior, rather than this variable.
+For buffer name completion, `read-buffer-completion-ignore-case'
 controls the behavior, rather than this variable.  */);
   completion_ignore_case = 0;