]> git.eshelyaron.com Git - emacs.git/commitdiff
Small doc fix.
authorMasatake YAMATO <jet@gyve.org>
Mon, 24 Oct 2005 16:22:16 +0000 (16:22 +0000)
committerMasatake YAMATO <jet@gyve.org>
Mon, 24 Oct 2005 16:22:16 +0000 (16:22 +0000)
src/ChangeLog
src/minibuf.c

index cd2b07d6ac3bb44aeecc633f094f3298a18bb4ac..cbf49b50302445ce6cd38138defa0a06c2b7ffa3 100644 (file)
@@ -1,3 +1,7 @@
+2005-10-25  Masatake YAMATO  <jet@gyve.org>
+
+       * minibuf.c (Fdisplay_completion_list): Small doc fix.
+
 2005-10-24  Kim F. Storm  <storm@cua.dk>
 
        * xterm.c: Undo 2005-10-23 change.
index 045223948c6cd6d28b47452cdcc9c34cd44f8b32..a5b44e193bb639ad88609ef25b601cddc7704577 100644 (file)
@@ -2363,7 +2363,7 @@ properties of `highlight'.
 At the end, this runs the normal hook `completion-setup-hook'.
 It can find the completion buffer in `standard-output'.
 The optional second arg COMMON-SUBSTRING is a string.
-It is used to put faces, `completions-first-difference` and
+It is used to put faces, `completions-first-difference' and
 `completions-common-part' on the completion buffer. The
 `completions-common-part' face is put on the common substring
 specified by COMMON-SUBSTRING. If COMMON-SUBSTRING is nil,