emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99954: * dabbrev.el (dabbrev-comp


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r99954: * dabbrev.el (dabbrev-completion): Fix typo in docstring.
Date: Sun, 01 Aug 2010 05:19:23 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99954
committer: Juanma Barranquero <address@hidden>
branch nick: emacs-23
timestamp: Sun 2010-08-01 05:19:23 +0200
message:
  * dabbrev.el (dabbrev-completion): Fix typo in docstring.
modified:
  lisp/ChangeLog
  lisp/dabbrev.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-08-01 00:24:55 +0000
+++ b/lisp/ChangeLog    2010-08-01 03:19:23 +0000
@@ -1,3 +1,7 @@
+2010-08-01  Juanma Barranquero  <address@hidden>
+
+       * dabbrev.el (dabbrev-completion): Fix typo in docstring.
+
 2010-08-01  MON KEY  <address@hidden>  (tiny change)
 
        * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):

=== modified file 'lisp/dabbrev.el'
--- a/lisp/dabbrev.el   2010-01-13 08:35:10 +0000
+++ b/lisp/dabbrev.el   2010-08-01 03:19:23 +0000
@@ -377,7 +377,7 @@
 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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]