* dabbrev.el (dabbrev-completion): Fix typo in docstring.
This commit is contained in:
@@ -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):
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user