aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/dabbrev.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a6d127a8841..73b5700aeb9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12010-08-01 Juanma Barranquero <lekktu@gmail.com>
2
3 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
4
12010-08-01 MON KEY <monkey@sandpframing.com> (tiny change) 52010-08-01 MON KEY <monkey@sandpframing.com> (tiny change)
2 6
3 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): 7 * 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
377function pointed out by `dabbrev-friend-buffer-function' to find the 377function pointed out by `dabbrev-friend-buffer-function' to find the
378completions. 378completions.
379 379
380If the prefix argument is 16 (which comes from \\[prefix-argument] \\[prefix-argument]), 380If the prefix argument is 16 (which comes from \\[universal-argument] \\[universal-argument]),
381then it searches *all* buffers." 381then it searches *all* buffers."
382 (interactive "*P") 382 (interactive "*P")
383 (dabbrev--reset-global-variables) 383 (dabbrev--reset-global-variables)