summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2010-04-26 11:55:29 +0200
committerJuanma Barranquero <lekktu@gmail.com>2010-04-26 11:55:29 +0200
commitb618b99083e4865a4111f71287fed49795bbe840 (patch)
treec7c66b600f4e216b248b421c34bfe092114ec037
parent44c9848679f04a999448278cf3ae29b3b9aeec27 (diff)
downloademacs-b618b99083e4865a4111f71287fed49795bbe840.tar.gz
* abbrev.el: Fix typos.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/abbrev.el4
2 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 23ddadd297b..ca0d4710b1e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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.
diff --git a/lisp/abbrev.el b/lisp/abbrev.el
index b72bdbb8126..a1fc3f90bf6 100644
--- a/lisp/abbrev.el
+++ b/lisp/abbrev.el
@@ -338,7 +338,7 @@ Expands the abbreviation after defining it."
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 @@ Trying to expand an abbrev in any other buffer clears `abbrev-start-location'.")
(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.")