]> code.delx.au - gnu-emacs/commitdiff
(Fdisplay_completion_list): Doc fix.
authorAndreas Schwab <schwab@suse.de>
Thu, 20 Oct 2005 13:07:29 +0000 (13:07 +0000)
committerAndreas Schwab <schwab@suse.de>
Thu, 20 Oct 2005 13:07:29 +0000 (13:07 +0000)
src/ChangeLog
src/minibuf.c

index a5b3388efdc691cd600af4456f2fe45bedb7f027..82cdb27616173107bcfd2e78b31d7d804e78ce29 100644 (file)
@@ -1,3 +1,7 @@
+2005-10-20  Andreas Schwab  <schwab@suse.de>
+
+       * minibuf.c (Fdisplay_completion_list): Doc fix.
+
 2005-10-19  Kim F. Storm  <storm@cua.dk>
 
        * image.c (check_image_size): Handle integer Vmax_image_size value
index d7ef048c138feb630a58bd6d3265e369d8b12125..833f72c050079d80ce4588dd41d65e9c748eb298 100644 (file)
@@ -2364,7 +2364,7 @@ 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
-`completions-common-part' on the completion bufffer. The
+`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,
 the faces are not put.