# HG changeset patch # User Juanma Barranquero # Date 1272275729 -7200 # Node ID 12652a85296d86f7fc1c741dd94291ee64405217 # Parent fb410336248f558cade4c6ac5c5bc9e6a9f343bc * abbrev.el: Fix typos. diff -r fb410336248f -r 12652a85296d lisp/ChangeLog --- 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 + + * abbrev.el (last-abbrev-text): Doc fix. + (abbrev-prefix-mark): Don't escape parenthesis. + 2010-04-24 Andreas Schwab * composite.el (find-composition): Doc fix. diff -r fb410336248f -r 12652a85296d lisp/abbrev.el --- 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.")