]> git.eshelyaron.com Git - emacs.git/commitdiff
* dabbrev.el (dabbrev-completion): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 1 Aug 2010 03:19:23 +0000 (05:19 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 1 Aug 2010 03:19:23 +0000 (05:19 +0200)
lisp/ChangeLog
lisp/dabbrev.el

index a6d127a88418151c5b73b70dc775c09cd3c73bf3..73b5700aeb9f0789bce6dd8393174cc39532e1e1 100644 (file)
@@ -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):
index 3ba9d56af168ab1bd08924a74198a21926e796aa..1127181dca2bce1b5ba2f1381891fdf0f7cef7f9 100644 (file)
@@ -377,7 +377,7 @@ With a prefix argument ARG, it searches all buffers accepted by the
 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)