diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/dabbrev.el | 2 |
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 @@ | |||
| 1 | 2010-08-01 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * dabbrev.el (dabbrev-completion): Fix typo in docstring. | ||
| 4 | |||
| 1 | 2010-08-01 MON KEY <monkey@sandpframing.com> (tiny change) | 5 | 2010-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 | |||
| 377 | function pointed out by `dabbrev-friend-buffer-function' to find the | 377 | function pointed out by `dabbrev-friend-buffer-function' to find the |
| 378 | completions. | 378 | completions. |
| 379 | 379 | ||
| 380 | If the prefix argument is 16 (which comes from \\[prefix-argument] \\[prefix-argument]), | 380 | If the prefix argument is 16 (which comes from \\[universal-argument] \\[universal-argument]), |
| 381 | then it searches *all* buffers." | 381 | then it searches *all* buffers." |
| 382 | (interactive "*P") | 382 | (interactive "*P") |
| 383 | (dabbrev--reset-global-variables) | 383 | (dabbrev--reset-global-variables) |