# HG changeset patch # User Juanma Barranquero # Date 1280632763 -7200 # Node ID f640b1894b9f4632b539ae449567c6472a4df2cf # Parent e3caf0b095486585a04fe213dc017b346ed19f28 * dabbrev.el (dabbrev-completion): Fix typo in docstring. diff -r e3caf0b09548 -r f640b1894b9f lisp/ChangeLog --- 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 + + * dabbrev.el (dabbrev-completion): Fix typo in docstring. + 2010-08-01 MON KEY (tiny change) * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): diff -r e3caf0b09548 -r f640b1894b9f lisp/dabbrev.el --- 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)