emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 7aea6aa: ; Fix a typo


From: Dmitry Gutov
Subject: [Emacs-diffs] master 7aea6aa: ; Fix a typo
Date: Wed, 08 Jul 2015 10:57:56 +0000

branch: master
commit 7aea6aa63e68cf7bff4bbfa0713b6db209050e36
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    ; Fix a typo
---
 lisp/minibuffer.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el
index bf18adf..411416b 100644
--- a/lisp/minibuffer.el
+++ b/lisp/minibuffer.el
@@ -2045,7 +2045,7 @@ This respects the wrapper hook 
`completion-in-region-functions'."
 
 (defvar completion-at-point-functions '(tags-completion-at-point-function)
   "Special hook to find the completion table for the thing at point.
-Each function on this hook is called in turns without any argument and should
+Each function on this hook is called in turn without any argument and should
 return either nil to mean that it is not applicable at point,
 or a function of no argument to perform completion (discouraged),
 or a list of the form (START END COLLECTION . PROPS) where



reply via email to

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