Mercurial > emacs
changeset 109699:f640b1894b9f
* dabbrev.el (dabbrev-completion): Fix typo in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sun, 01 Aug 2010 05:19:23 +0200 |
parents | e3caf0b09548 |
children | e100e3aa28fb |
files | lisp/ChangeLog lisp/dabbrev.el |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Aug 01 02:24:55 2010 +0200 +++ b/lisp/ChangeLog Sun Aug 01 05:19:23 2010 +0200 @@ -1,3 +1,7 @@ +2010-08-01 Juanma Barranquero <lekktu@gmail.com> + + * dabbrev.el (dabbrev-completion): Fix typo in docstring. + 2010-08-01 MON KEY <monkey@sandpframing.com> (tiny change) * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
--- a/lisp/dabbrev.el Sun Aug 01 02:24:55 2010 +0200 +++ b/lisp/dabbrev.el Sun Aug 01 05:19:23 2010 +0200 @@ -377,7 +377,7 @@ function pointed out by `dabbrev-friend-buffer-function' to find the completions. -If the prefix argument is 16 (which comes from \\[prefix-argument] \\[prefix-argument]), +If the prefix argument is 16 (which comes from \\[universal-argument] \\[universal-argument]), then it searches *all* buffers." (interactive "*P") (dabbrev--reset-global-variables)