mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-31 04:41:23 -08:00
* dabbrev.el (dabbrev-completion): Fix typo in docstring.
This commit is contained in:
parent
9aea20c9f8
commit
bbc4e17cc2
2 changed files with 5 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue