From bbc4e17cc2a4286dcdc1ea3caa584aed8b6f1857 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sun, 1 Aug 2010 05:19:23 +0200 Subject: [PATCH] * dabbrev.el (dabbrev-completion): Fix typo in docstring. --- lisp/ChangeLog | 4 ++++ lisp/dabbrev.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a6d127a8841..73b5700aeb9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/dabbrev.el b/lisp/dabbrev.el index 3ba9d56af16..1127181dca2 100644 --- a/lisp/dabbrev.el +++ b/lisp/dabbrev.el @@ -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) -- 2.39.2