diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2011-12-09 04:12:38 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2011-12-09 04:12:38 +0100 |
commit | 382c953bbe26f97877d79a66d84282b3bd00d718 (patch) | |
tree | b57331d8817586a8bef4d9723edd2efa3221f169 /lisp/simple.el | |
parent | 98449af85cfedd241576e35e15d523e38e472c3b (diff) | |
download | emacs-382c953bbe26f97877d79a66d84282b3bd00d718.tar.gz |
Fix typos.
Diffstat (limited to 'lisp/simple.el')
-rw-r--r-- | lisp/simple.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index e9d88a210cf..c9ac32e0f9e 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -2915,11 +2915,11 @@ These commands include \\[set-mark-command] and \\[start-kbd-macro]." (defvar filter-buffer-substring-functions nil "Wrapper hook around `filter-buffer-substring'. -The functions on this special hook are called with 4 arguments: +The functions on this special hook are called with four arguments: NEXT-FUN BEG END DELETE -NEXT-FUN is a function of 3 arguments (BEG END DELETE) -that performs the default operation. The other 3 arguments are like -the ones passed to `filter-buffer-substring'.") +NEXT-FUN is a function of three arguments (BEG END DELETE) +that performs the default operation. The other three arguments +are like the ones passed to `filter-buffer-substring'.") (defvar buffer-substring-filters nil "List of filter functions for `filter-buffer-substring'. @@ -6023,7 +6023,7 @@ of the text to replace. If END is nil, point is used instead.") (defvar completion-list-insert-choice-function #'completion--replace "Function to use to insert the text chosen in *Completions*. -Called with 3 arguments (BEG END TEXT), it should replace the text +Called with three arguments (BEG END TEXT), it should replace the text between BEG and END with TEXT. Expected to be set buffer-locally in the *Completions* buffer.") |