aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2010-04-26 11:55:29 +0200
committerJuanma Barranquero2010-04-26 11:55:29 +0200
commit29c483402a0e773a4c390c8a703897a414035006 (patch)
tree1efa94c4183857e709f8f7619c8f39e8e2271655
parent2233cfb01d442848559365153c7bdd3ed4b11ccb (diff)
downloademacs-29c483402a0e773a4c390c8a703897a414035006.tar.gz
emacs-29c483402a0e773a4c390c8a703897a414035006.zip
* 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 b85063dc20c..fe31f2161fa 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12010-04-26 Juanma Barranquero <lekktu@gmail.com>
2
3 * abbrev.el (last-abbrev-text): Doc fix.
4 (abbrev-prefix-mark): Don't escape parenthesis.
5
12010-04-24 Andreas Schwab <schwab@linux-m68k.org> 62010-04-24 Andreas Schwab <schwab@linux-m68k.org>
2 7
3 * composite.el (find-composition): Doc fix. 8 * 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."
338Abbrev to be expanded starts here rather than at beginning of word. 338Abbrev to be expanded starts here rather than at beginning of word.
339This way, you can expand an abbrev with a prefix: insert the prefix, 339This way, you can expand an abbrev with a prefix: insert the prefix,
340use this command, then insert the abbrev. This command inserts a 340use this command, then insert the abbrev. This command inserts a
341temporary hyphen after the prefix \(until the intended abbrev 341temporary hyphen after the prefix (until the intended abbrev
342expansion occurs). 342expansion occurs).
343If the prefix is itself an abbrev, this command expands it, unless 343If the prefix is itself an abbrev, this command expands it, unless
344ARG is non-nil. Interactively, ARG is the prefix argument." 344ARG 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'.")
460 460
461(defvar last-abbrev-text nil 461(defvar last-abbrev-text nil
462 "The exact text of the last abbrev expanded. 462 "The exact text of the last abbrev expanded.
463nil if the abbrev has already been unexpanded.") 463It is nil if the abbrev has already been unexpanded.")
464 464
465(defvar last-abbrev-location 0 465(defvar last-abbrev-location 0
466 "The location of the start of the last abbrev expanded.") 466 "The location of the start of the last abbrev expanded.")