emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99654: * lisp/minibuffer.el (comp


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r99654: * lisp/minibuffer.el (completion-in-region-functions): Fix docstring typos.
Date: Fri, 19 Mar 2010 14:22:15 +0100
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99654
committer: Juanma Barranquero <address@hidden>
branch nick: emacs-23
timestamp: Fri 2010-03-19 14:22:15 +0100
message:
  * lisp/minibuffer.el (completion-in-region-functions): Fix docstring typos.
modified:
  lisp/ChangeLog
  lisp/minibuffer.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-03-18 04:49:35 +0000
+++ b/lisp/ChangeLog    2010-03-19 13:22:15 +0000
@@ -1,3 +1,7 @@
+2010-03-19  Juanma Barranquero  <address@hidden>
+
+       * minibuffer.el (completion-in-region-functions): Fix docstring typos.
+
 2010-03-18  Glenn Morris  <address@hidden>
 
        * mail/rmail.el (rmail-highlight-face): Restore option deleted

=== modified file 'lisp/minibuffer.el'
--- a/lisp/minibuffer.el        2010-02-27 21:21:43 +0000
+++ b/lisp/minibuffer.el        2010-03-19 13:22:15 +0000
@@ -1099,12 +1099,12 @@
   (exit-minibuffer))
 
 (defvar completion-in-region-functions nil
-  "Wrapper hook around `complete-in-region'.
+  "Wrapper hook around `completion-in-region'.
 The functions on this special hook are called with 5 arguments:
   NEXT-FUN START END COLLECTION PREDICATE.
 NEXT-FUN is a function of four arguments (START END COLLECTION PREDICATE)
 that performs the default operation.  The other four argument are like
-the ones passed to `complete-in-region'.  The functions on this hook
+the ones passed to `completion-in-region'.  The functions on this hook
 are expected to perform completion on START..END using COLLECTION
 and PREDICATE, either by calling NEXT-FUN or by doing it themselves.")
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]