Mercurial > emacs
changeset 108358:12652a85296d
* abbrev.el: Fix typos.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 26 Apr 2010 11:55:29 +0200 |
parents | fb410336248f |
children | 5c0ae0e21681 |
files | lisp/ChangeLog lisp/abbrev.el |
diffstat | 2 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Apr 25 18:09:52 2010 -0400 +++ b/lisp/ChangeLog Mon Apr 26 11:55:29 2010 +0200 @@ -1,3 +1,8 @@ +2010-04-26 Juanma Barranquero <lekktu@gmail.com> + + * abbrev.el (last-abbrev-text): Doc fix. + (abbrev-prefix-mark): Don't escape parenthesis. + 2010-04-24 Andreas Schwab <schwab@linux-m68k.org> * composite.el (find-composition): Doc fix.
--- a/lisp/abbrev.el Sun Apr 25 18:09:52 2010 -0400 +++ b/lisp/abbrev.el Mon Apr 26 11:55:29 2010 +0200 @@ -338,7 +338,7 @@ Abbrev to be expanded starts here rather than at beginning of word. This way, you can expand an abbrev with a prefix: insert the prefix, use this command, then insert the abbrev. This command inserts a -temporary hyphen after the prefix \(until the intended abbrev +temporary hyphen after the prefix (until the intended abbrev expansion occurs). If the prefix is itself an abbrev, this command expands it, unless ARG is non-nil. Interactively, ARG is the prefix argument." @@ -460,7 +460,7 @@ (defvar last-abbrev-text nil "The exact text of the last abbrev expanded. -nil if the abbrev has already been unexpanded.") +It is nil if the abbrev has already been unexpanded.") (defvar last-abbrev-location 0 "The location of the start of the last abbrev expanded.")